Skip to content

Commit

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

Bump actions/cache from 3 to 4
  • Loading branch information
webern committed Mar 18, 2024
2 parents 2a90b92 + d3c5240 commit 3e5d8f6
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@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
.cargo
Expand Down

0 comments on commit 3e5d8f6

Please sign in to comment.