Skip to content

Commit

Permalink
Merge pull request #1522 from Homebrew/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.2.0

build(deps): bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
jacobbednarz authored Dec 5, 2024
2 parents 1dd5f30 + 8c575cd commit 373eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand Down

0 comments on commit 373eb14

Please sign in to comment.