Skip to content

Commit

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

Bump actions/cache from 2 to 4
  • Loading branch information
legoktm authored Feb 19, 2024
2 parents a07e692 + 5fa5388 commit 9a17925
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@v2
- uses: actions/cache@v4
id: cache-vet
with:
path: /usr/local/cargo/bin/cargo-vet
Expand Down

0 comments on commit 9a17925

Please sign in to comment.