Skip to content

Commit 97556c4

Browse files
Bump actions/cache from 3 to 4 (#1385)
1 parent e5a366d commit 97556c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
target: ${{ matrix.target }}
125125
toolchain: ${{ matrix.toolchain }}
126126
- name: Cache cargo plugins
127-
uses: actions/cache@v3
127+
uses: actions/cache@v4
128128
with:
129129
path: ~/.cargo/bin/
130130
key: ${{ runner.os }}-cargo-plugins

0 commit comments

Comments
 (0)