Skip to content

Commit

Permalink
Merge pull request #32 from siketyan/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
build(deps): update actions/cache action to v4
  • Loading branch information
siketyan authored Jan 18, 2024
2 parents 91f5ecf + c4e965b commit 9525390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

0 comments on commit 9525390

Please sign in to comment.