Skip to content

Commit 70376be

Browse files
chore(deps): update actions/cache action to v3.3.1 (#461)
2 parents b850fef + 8976ee5 commit 70376be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BuildJobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Get sha of main
4949
run: echo "main_sha=$(git rev-parse origin/main)" >> $GITHUB_ENV
5050
- name: Restore Turbo Cache
51-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
51+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5252
with:
5353
path: node_modules/.cache/turbo
5454
# NOTE: We create new cache record for every new commit on main
@@ -91,7 +91,7 @@ jobs:
9191
- name: Get sha of main
9292
run: echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
9393
- name: Restore Turbo Cache
94-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
94+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
9595
with:
9696
path: node_modules/.cache/turbo
9797
# NOTE: build & release tasks should have their own cache
@@ -153,7 +153,7 @@ jobs:
153153
- name: Get sha of main
154154
run: echo "main_sha=$(git rev-parse origin/main)" >> ${{ runner.os == 'Windows' && '$env:GITHUB_ENV' || '$GITHUB_ENV' }}
155155
- name: Restore Turbo Cache
156-
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
156+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
157157
with:
158158
path: node_modules/.cache/turbo
159159
key: turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}-${{ env.main_sha }}

0 commit comments

Comments
 (0)