Skip to content

Commit

Permalink
Merge pull request #34 from AH-dark/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
AH-dark authored Dec 27, 2024
2 parents 3fd7c51 + e25cbd2 commit a791254
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 @@ -21,7 +21,7 @@ jobs:
uses: arduino/setup-protoc@v3

- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |
Expand Down

0 comments on commit a791254

Please sign in to comment.