Skip to content

Commit

Permalink
Update cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bathtor authored Jan 11, 2025
1 parent e3c94ed commit 2914fb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: Use the cache to share dependencies # keyed by Cargo.lock
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: Use the cache to share dependencies # keyed by Cargo.lock
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: Use the cache to share dependencies # keyed by Cargo.lock
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Use the cache to share dependencies # keyed by Cargo.lock
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Use the cache to share dependencies # keyed by Cargo.lock
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 2914fb7

Please sign in to comment.