Skip to content

Commit

Permalink
Merge pull request #1335 from Homebrew/fix-cache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Dec 14, 2024
2 parents b448026 + 57ac1b1 commit bd28cac
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 @@ -53,7 +53,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@734d9cb93d6f7610c2400b0f789eaa6f9813e271 # v3
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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 bd28cac

Please sign in to comment.