Skip to content

Commit

Permalink
Merge pull request #65 from colindean/patch-1
Browse files Browse the repository at this point in the history
Adds missing cache step id
  • Loading branch information
p-linnane authored Dec 16, 2024
2 parents 428ab0d + 8e0b72b commit ad0ddc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
persist-credentials: false

- name: Cache Bundler RubyGems
id: cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
Expand Down

0 comments on commit ad0ddc3

Please sign in to comment.