Skip to content

Commit 9a73330

Browse files
dependabot[bot]greenbonebot
authored andcommitted
Deps: Bump actions/cache in /setup-rust in the dependencies group
Bumps the dependencies group in /setup-rust with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.5 to 6.0.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...2c8a9bd) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a00f87c commit 9a73330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: "composite"
1313
steps:
14-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
14+
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
1515
with:
1616
path: |
1717
~/.cargo/bin/

0 commit comments

Comments
 (0)