Skip to content

Commit

Permalink
Merge pull request #131 from awslabs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.0.1

Bump actions/cache from 2 to 3.0.1
  • Loading branch information
webern authored Apr 12, 2022
2 parents f2bf009 + b0d2baa commit f947c2e
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 @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3.0.1
with:
path: |
.cargo
Expand Down

0 comments on commit f947c2e

Please sign in to comment.