Skip to content

Commit 251dbc8

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 91bdbbc commit 251dbc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
architecture: x64
4040

4141
- name: Caching of CrateDB
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
id: cache-cratedb
4444
with:
4545
path: parts
4646
key: cratedb-os=${{ matrix.os }}-${{ hashFiles('spec/bootstrap.rb') }}
4747

4848
- name: Caching of Ruby gems
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
id: cache-gems
5151
with:
5252
path: vendor/bundle

0 commit comments

Comments
 (0)