Skip to content

Commit 4f894ea

Browse files
authored
Merge pull request #2816 from ruby/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 3db9633 + 7c31c3e commit 4f894ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
rustup update --no-self-update stable
3535
rustup default stable
36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
with:
3838
path: |
3939
~/.cargo/registry
@@ -57,7 +57,7 @@ jobs:
5757
rustup update --no-self-update stable
5858
rustup default stable
5959
rustup component add --toolchain stable clippy rustfmt
60-
- uses: actions/cache@v4
60+
- uses: actions/cache@v5
6161
with:
6262
path: |
6363
~/.cargo/registry

0 commit comments

Comments
 (0)