Skip to content

Commit 2049ad7

Browse files
Merge pull request #237 from autofix-ci/dependabot/github_actions/github-actions-6d1c06d137
Bump actions/cache from 5 to 6 in the github-actions group
2 parents 5e45807 + a445096 commit 2049ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v7
18-
- uses: actions/cache@v5
18+
- uses: actions/cache@v6
1919
with:
2020
path: |
2121
~/.cargo/bin/

0 commit comments

Comments
 (0)