Skip to content

Commit

Permalink
Merge pull request #23 from subtalegames/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
⬆️ Upgraded actions/cache action to `v4`
  • Loading branch information
lukecarr authored Feb 12, 2024
2 parents 28091c1 + cb2b410 commit c27fbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
toolchain: 1.65.0
components: clippy
- uses: actions/cache@v3
- uses: actions/cache@v4
continue-on-error: false
with:
path: |
Expand Down

0 comments on commit c27fbf2

Please sign in to comment.