Skip to content

Commit 013980f

Browse files
Bump actions/cache from 4 to 5 (#1020)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da9a7e2 commit 013980f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/githubrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: checkout
1111
uses: actions/checkout@v6
1212
- name: Cache BuildTools
13-
uses: actions/cache@v4
13+
uses: actions/cache@v5
1414
env:
1515
cache-name: cache-buildtools-dependencies
1616
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Cache Ruby gems
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: vendor/bundle
5353
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)