Skip to content

Commit

Permalink
Merge pull request #7108 from freedomofpress/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
zenmonkeykstop authored Jan 24, 2024
2 parents 1e4644e + 8872063 commit 6d22d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
CARGO_VET_VERSION: 0.9.0
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-vet
with:
path: /usr/local/cargo/bin/cargo-vet
Expand Down

0 comments on commit 6d22d91

Please sign in to comment.