| commit | 8534f71a570eceb3b3e6ef96e9c7d7062dc740b4 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Jun 20 07:38:41 2025 +0000 |
| committer | GitHub <noreply@github.com> | Fri Jun 20 07:38:41 2025 +0000 |
| tree | 4b5a2c8b0bf8dafd3568d98704491712eb51f637 | |
| parent | 422150b405c2ac2e05e51a19defabb232efd9187 [diff] |
build(deps): bump lukka/get-cmake in the github-actions group Bumps the github-actions group with 1 update: [lukka/get-cmake](https://github.com/lukka/get-cmake). Updates `lukka/get-cmake` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/ea004816823209b8d1211e47b216185caee12cc5...6b3e96a9bc9976b8b546346fdd102effedae0ca8) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index ec79d3c..aece8de 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml
@@ -15,7 +15,7 @@ if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: lukka/get-cmake@ea004816823209b8d1211e47b216185caee12cc5 # v4.02 + - uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.02 - name: Download dependencies run: python3 utils/git-sync-deps # NOTE: The MacOS SDK ships universal binaries. CI should reflect this.