Skip to content

Commit f14cac4

Browse files
Merge pull request #170 from code0-tech/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 124f223 + dca8d91 commit f14cac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
components: clippy
5959

6060
- name: "Cache cargo registry"
61-
uses: actions/cache@v4
61+
uses: actions/cache@v5
6262
with:
6363
path: |
6464
~/.cargo/registry
@@ -83,7 +83,7 @@ jobs:
8383
uses: dtolnay/rust-toolchain@stable
8484

8585
- name: "Cache cargo registry"
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
with:
8888
path: |
8989
~/.cargo/registry
@@ -108,7 +108,7 @@ jobs:
108108
uses: dtolnay/rust-toolchain@stable
109109

110110
- name: "Cache cargo registry"
111-
uses: actions/cache@v4
111+
uses: actions/cache@v5
112112
with:
113113
path: |
114114
~/.cargo/registry
@@ -133,7 +133,7 @@ jobs:
133133
uses: dtolnay/rust-toolchain@stable
134134

135135
- name: "Cache cargo registry"
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
with:
138138
path: |
139139
~/.cargo/registry

0 commit comments

Comments
 (0)