Skip to content

Commit 08f21e6

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91a09db commit 08f21e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- uses: actions/cache@v4
28+
- uses: actions/cache@v5
2929
id: bundler-cache
3030
with:
3131
path: vendor/bundle
3232
key: >
3333
${{ runner.os }}-${{ matrix.ruby }}-gems-${{ hashFiles(matrix.gemfile) }}
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
id: npm-cache
3636
with:
3737
path: vendor/bundle

0 commit comments

Comments
 (0)