Skip to content

Commit cc54ac5

Browse files
chore(deps): bump actions/cache from 4.2.0 to 4.2.1 (#547)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...0c907a7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17a4525 commit cc54ac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validations.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# why not use actions/upload-artifact? It is very slow (3 minutes to upload ~600MB of data, vs 10 seconds with this approach).
6464
# see https://github.com/actions/upload-artifact/issues/199 for more info
6565
- name: Upload snapshot artifacts
66-
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
66+
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1
6767
with:
6868
path: snapshot
6969
key: snapshot-build-${{ github.run_id }}
@@ -77,14 +77,14 @@ jobs:
7777
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
7878

7979
- name: Download snapshot build
80-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
80+
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1
8181
with:
8282
path: snapshot
8383
key: snapshot-build-${{ github.run_id }}
8484

8585
- name: Restore install.sh test image cache
8686
id: install-test-image-cache
87-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
87+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1
8888
with:
8989
path: ${{ github.workspace }}/test/install/cache
9090
key: ${{ runner.os }}-install-test-image-cache-${{ hashFiles('test/install/cache.fingerprint') }}
@@ -120,7 +120,7 @@ jobs:
120120
uses: ./.github/actions/bootstrap
121121

122122
- name: Download snapshot build
123-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
123+
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1
124124
with:
125125
path: snapshot
126126
key: snapshot-build-${{ github.run_id }}

0 commit comments

Comments
 (0)