Skip to content

Commit 4fd1fdc

Browse files
authored
Merge pull request #207 from Bathtor/update-workflow-cache
Update Github cache actions from v2 to v4
2 parents d1b9c23 + 2333edf commit 4fd1fdc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
toolchain: ${{ matrix.rust }}
2626
override: true
2727
- name: Use the cache to share dependencies # keyed by Cargo.lock
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: |
3131
~/.cargo/bin/
@@ -63,7 +63,7 @@ jobs:
6363
toolchain: ${{ matrix.rust }}
6464
override: true
6565
- name: Use the cache to share dependencies # keyed by Cargo.lock
66-
uses: actions/cache@v2
66+
uses: actions/cache@v4
6767
with:
6868
path: |
6969
~/.cargo/bin/
@@ -101,7 +101,7 @@ jobs:
101101
toolchain: ${{ matrix.rust }}
102102
override: true
103103
- name: Use the cache to share dependencies # keyed by Cargo.lock
104-
uses: actions/cache@v2
104+
uses: actions/cache@v4
105105
with:
106106
path: |
107107
~/.cargo/bin/
@@ -137,7 +137,7 @@ jobs:
137137
override: true
138138
components: rustfmt, clippy
139139
- name: Use the cache to share dependencies # keyed by Cargo.lock
140-
uses: actions/cache@v2
140+
uses: actions/cache@v4
141141
with:
142142
path: |
143143
~/.cargo/bin/
@@ -188,7 +188,7 @@ jobs:
188188
override: true
189189
components: rustfmt, clippy
190190
- name: Use the cache to share dependencies # keyed by Cargo.lock
191-
uses: actions/cache@v2
191+
uses: actions/cache@v4
192192
with:
193193
path: |
194194
~/.cargo/bin/

0 commit comments

Comments
 (0)