Skip to content

Commit 78e1cec

Browse files
committed
ci: pin cache actions in iOS workflows
1 parent db0110a commit 78e1cec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios-runner-prebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Restore prebuilt cache
4040
id: restore-prebuilt
41-
uses: actions/cache/restore@v4
41+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.2.3
4242
with:
4343
path: ${{ env.PREBUILT_DIR }}
4444
key: ios-runner-prebuilt-${{ steps.xcode.outputs.key }}-ios-${{ env.IOS_RUNTIME_VERSION }}
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Save prebuilt cache
7272
if: steps.restore-prebuilt.outputs.cache-hit != 'true'
73-
uses: actions/cache/save@v4
73+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.2.3
7474
with:
7575
path: ${{ env.PREBUILT_DIR }}
7676
key: ios-runner-prebuilt-${{ steps.xcode.outputs.key }}-ios-${{ env.IOS_RUNTIME_VERSION }}

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Restore iOS runner prebuilt cache
4141
id: restore-prebuilt
42-
uses: actions/cache/restore@v4
42+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.2.3
4343
with:
4444
path: ${{ env.PREBUILT_DIR }}
4545
key: ios-runner-prebuilt-${{ steps.xcode.outputs.key }}-ios-${{ env.IOS_RUNTIME_VERSION }}

0 commit comments

Comments
 (0)