Skip to content

Commit d079875

Browse files
build(deps): bump actions/cache from 4 to 5 (#619)
1 parent 348249c commit d079875

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
rm -rf ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ ./target/
7070
7171
- name: Cache
72-
uses: actions/cache@v4
72+
uses: actions/cache@v5
7373
with:
7474
path: |
7575
~/.cargo/registry/index/
@@ -115,7 +115,7 @@ jobs:
115115
rm -rf ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ ./target/
116116
117117
- name: Cache
118-
uses: actions/cache@v4
118+
uses: actions/cache@v5
119119
with:
120120
path: |
121121
~/.cargo/registry/index/
@@ -154,7 +154,7 @@ jobs:
154154
rm -rf ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/ ./target/
155155
156156
- name: Cache
157-
uses: actions/cache@v4
157+
uses: actions/cache@v5
158158
with:
159159
path: |
160160
~/.cargo/registry/index/

0 commit comments

Comments
 (0)