Skip to content

Commit

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

Bump actions/cache from 2 to 3
  • Loading branch information
legoktm authored Jan 11, 2024
2 parents fe03d92 + 46804d0 commit 8a7faf7
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@v3
id: cache-vet
with:
path: /usr/local/cargo/bin/cargo-vet
Expand Down

0 comments on commit 8a7faf7

Please sign in to comment.