Skip to content

Commit 9f268f0

Browse files
chore: bump up actions/cache action to v5 (#446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a83aeb6 commit 9f268f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
toolchain: stable
109109
targets: ${{ matrix.settings.target }}
110110
- name: Cache cargo
111-
uses: actions/cache@v4
111+
uses: actions/cache@v5
112112
with:
113113
path: |
114114
~/.cargo/registry/index/

0 commit comments

Comments
 (0)