Skip to content

Commit 127c1d2

Browse files
authored
Bump actions/cache from 4 to 5 (#1702)
2 parents c370309 + c9f3fea commit 127c1d2

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
@@ -133,7 +133,7 @@ jobs:
133133
target: ${{ matrix.target }}
134134
toolchain: ${{ matrix.toolchain }}
135135
- name: Cache cargo plugins
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
with:
138138
path: ~/.cargo/bin/
139139
key: ${{ runner.os }}-cargo-plugins

0 commit comments

Comments
 (0)