Skip to content

Commit c871082

Browse files
authored
Merge pull request #55 from mackerelio/dependabot/github_actions/actions/cache-5.0.1
Bump actions/cache from 4.3.0 to 5.0.1
2 parents 4d3f6cc + f7824b2 commit c871082

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: Homebrew/actions/setup-homebrew@8c478e7f5c2c2df9efba834a3568d4fe35cdb2a3
2121
- name: Cache Homebrew Bundler RubyGems
2222
id: cache
23-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
23+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2424
with:
2525
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
2626
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -48,7 +48,7 @@ jobs:
4848
uses: Homebrew/actions/setup-homebrew@8c478e7f5c2c2df9efba834a3568d4fe35cdb2a3
4949
- name: Cache Homebrew Bundler RubyGems
5050
id: cache
51-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
51+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5252
with:
5353
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
5454
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)