Skip to content

Commit bae4a04

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] <[email protected]>
1 parent 3d6500d commit bae4a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
bundler-cache: true
4343
ruby-version: ${{ matrix.ruby }}
4444

45-
- uses: actions/cache@v4
45+
- uses: actions/cache@v5
4646
with:
4747
path: ~/.cache/red-datasets
4848
key: ${{ runner.os }}-${{ hashFiles('charty.gemspec') }}

.github/workflows/pycall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
bundler-cache: true
5858
ruby-version: ${{ matrix.ruby }}
5959

60-
- uses: actions/cache@v4
60+
- uses: actions/cache@v5
6161
with:
6262
path: ~/.cache/red-datasets
6363
key: ${{ runner.os }}-${{ hashFiles('charty.gemspec') }}

0 commit comments

Comments
 (0)