Skip to content

Commit e4ffe31

Browse files
dependabot[bot]tueda
authored andcommitted
build(deps): 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 78478e2 commit e4ffe31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Cache Homebrew Bundler RubyGems
4141
id: cache
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
4545
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Cache Homebrew Bundler RubyGems
3333
id: cache
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
3737
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Cache Homebrew Bundler RubyGems
7878
id: cache
79-
uses: actions/cache@v4
79+
uses: actions/cache@v5
8080
with:
8181
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
8282
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)