We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2977ef commit 7ddec72Copy full SHA for 7ddec72
.github/workflows/ios.yml
@@ -15,7 +15,7 @@ jobs:
15
if: ${{ github.event.workflow_run.conclusion == 'success' }}
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- - uses: lukka/get-cmake@ea004816823209b8d1211e47b216185caee12cc5 # v4.02
+ - uses: lukka/get-cmake@6b3e96a9bc9976b8b546346fdd102effedae0ca8 # v4.02
19
- name: Download dependencies
20
run: python3 utils/git-sync-deps
21
# NOTE: The MacOS SDK ships universal binaries. CI should reflect this.
0 commit comments