Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent cf35f39 commit 3f03310
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:
submodules: true
fetch-depth: 1
- name: Cache cargo binaries and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
submodules: true
fetch-depth: 1
- name: Cache cargo binaries and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
submodules: true
fetch-depth: 1
- name: Cache cargo binaries and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
submodules: true
fetch-depth: ${{ matrix.git-depth }}
- name: Cache cargo binaries and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand All @@ -145,7 +145,7 @@ jobs:
submodules: true
fetch-depth: 0 # Keep `0` for last updated time
- name: Cache cargo binaries and registry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 3f03310

Please sign in to comment.