Skip to content

Commit af38c49

Browse files
ci: bump actions/cache from 5 to 6 (#79)
1 parent 5cd7df4 commit af38c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
target: ${{ matrix.target }}
115115
toolchain: ${{ matrix.toolchain }}
116116
- name: Cache cargo plugins
117-
uses: actions/cache@v5
117+
uses: actions/cache@v6
118118
with:
119119
path: ~/.cargo/bin/
120120
key: ${{ runner.os }}-cargo-plugins

0 commit comments

Comments
 (0)