Skip to content

Commit 74da397

Browse files
[deps]: Update actions/cache action to v5
1 parent edc3620 commit 74da397

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: "24"
4040

4141
- name: Cache dependencies
42-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
42+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4343
with:
4444
path: ~/go/pkg/mod
4545
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/test-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
toolchain: stable
6464

6565
- name: Cache Rust dependencies
66-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
66+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6767
with:
6868
path: |
6969
~/.cargo/registry

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
toolchain: stable
7878

7979
- name: Cache Rust dependencies
80-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
80+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
8181
with:
8282
path: |
8383
~/.cargo/registry

0 commit comments

Comments
 (0)