Skip to content

Commit

Permalink
Merge pull request #4 from tari-project/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

chore(deps): bump actions/cache from 2 to 4
  • Loading branch information
leet4tari authored Sep 6, 2024
2 parents bc402da + a852b9c commit 69e7c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
components: clippy, rustfmt

- name: Caching
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
toolchain: ${{ env.toolchain }}

- name: Caching
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 69e7c78

Please sign in to comment.