Skip to content

Commit

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

build(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
MikeMcQuaid authored Sep 11, 2023
2 parents 8819e6a + 92e1d0e commit 390ecc9
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 @@ -18,7 +18,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/[email protected].1
uses: actions/[email protected].2
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 390ecc9

Please sign in to comment.