Skip to content

Commit 49ac8ef

Browse files
authored
Update GitHub Actions Cache to 4.2.2 (#1729)
1 parent 631245d commit 49ac8ef

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build_and_test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Restore Ccache
9393
id: ccache-restore
94-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
94+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9595
with:
9696
path: |
9797
${{ env.CCACHE_DIR }}
@@ -156,7 +156,7 @@ jobs:
156156
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
157157

158158
- name: Save Ccache
159-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
159+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
160160
with:
161161
path: ${{ env.CCACHE_DIR }}
162162
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Restore Ccache
181181
id: ccache-restore
182-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
182+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
183183
with:
184184
path: ${{ env.CCACHE_DIR }}
185185
key: ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -220,7 +220,7 @@ jobs:
220220
run: cd build_examples/tutorials_bin && ./Tutorial-HelloWorld
221221

222222
- name: Save Ccache
223-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
223+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
224224
with:
225225
path: ${{ env.CCACHE_DIR }}
226226
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -239,7 +239,7 @@ jobs:
239239

240240
- name: Restore Ccache
241241
id: ccache-restore
242-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
242+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
243243
with:
244244
path: ${{ env.CCACHE_DIR }}
245245
key: ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -277,7 +277,7 @@ jobs:
277277
run: cd build_examples/tutorials_bin && ./Tutorial-HelloWorld
278278

279279
- name: Save Ccache
280-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
280+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
281281
with:
282282
path: ${{ env.CCACHE_DIR }}
283283
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -331,7 +331,7 @@ jobs:
331331

332332
- name: Restore Ccache
333333
id: ccache-restore
334-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
334+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
335335
with:
336336
path: ${{ env.CCACHE_DIR }}
337337
key: ${{ matrix.os-version }}-${{ matrix.arch }}-ccache-${{ github.run_id }}
@@ -405,7 +405,7 @@ jobs:
405405
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
406406

407407
- name: Save Ccache
408-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
408+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
409409
with:
410410
path: ${{ env.CCACHE_DIR }}
411411
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -713,7 +713,7 @@ jobs:
713713
714714
- name: Restore Ccache
715715
id: ccache-restore
716-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
716+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
717717
with:
718718
path: ${{ env.CCACHE_DIR }}
719719
key: ${{ matrix.image }}-ccache-${{ github.run_id }}
@@ -753,7 +753,7 @@ jobs:
753753
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
754754

755755
- name: Save Ccache
756-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
756+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
757757
with:
758758
path: ${{ env.CCACHE_DIR }}
759759
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}
@@ -782,7 +782,7 @@ jobs:
782782
783783
- name: Restore Ccache
784784
id: ccache-restore
785-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
785+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
786786
with:
787787
path: ${{ env.CCACHE_DIR }}
788788
key: ${{ matrix.engine }}-${{ matrix.sanitizer }}-ccache-${{ github.run_id }}
@@ -804,7 +804,7 @@ jobs:
804804
Tests/Fuzzers/RegressionTests/run_tests.sh
805805
806806
- name: Save Ccache
807-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
807+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
808808
with:
809809
path: ${{ env.CCACHE_DIR }}
810810
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)