Skip to content

Commit

Permalink
Merge pull request #140 from idanarye/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 1 to 4
  • Loading branch information
idanarye committed Feb 10, 2024
2 parents 2fb74d5 + bceea41 commit cb5a8aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
override: true
components: clippy
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand All @@ -130,7 +130,7 @@ jobs:
toolchain: nightly
override: true
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand Down

0 comments on commit cb5a8aa

Please sign in to comment.