Skip to content

Commit

Permalink
Merge pull request #480 from Homebrew/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
MikeMcQuaid committed Jan 18, 2024
2 parents b50a1fd + 382ca19 commit fbe2754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ matrix.key }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand Down

0 comments on commit fbe2754

Please sign in to comment.