Skip to content

Commit ad00412

Browse files
chore(deps): update actions/cache action to v6 (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d5ae9a commit ad00412

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
@@ -36,7 +36,7 @@ jobs:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Cache Homebrew Bundler RubyGems
39-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
39+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
4040
with:
4141
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
4242
key: ubuntu-latest-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -338,7 +338,7 @@ jobs:
338338
token: ${{ secrets.GITHUB_TOKEN }}
339339

340340
- name: Cache Homebrew Bundler RubyGems
341-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
341+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
342342
with:
343343
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
344344
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}

0 commit comments

Comments
 (0)