Skip to content

Commit d1b8b4b

Browse files
committed
Add missing changes
1 parent 2e9a59c commit d1b8b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_scheme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: dependencies-cache
4848
timeout-minutes: 4
4949
continue-on-error: true
50-
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
50+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5151
with:
5252
path: ~/Library/Developer/Xcode/DerivedData/Amplify
5353
key: amplify-packages-${{ hashFiles('Package.resolved') }}
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.dependencies-cache.outputs.cache-hit
6060
timeout-minutes: 4
6161
continue-on-error: true
62-
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
62+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6363
with:
6464
path: ${{ github.workspace }}/Build
6565
key: Amplify-${{ inputs.platform }}-build-cache

0 commit comments

Comments
 (0)