Skip to content

Commit

Permalink
Adds missing cache step id
Browse files Browse the repository at this point in the history
I speculated that this ID would be set automatically… nope.
  • Loading branch information
colindean authored and p-linnane committed Dec 16, 2024
1 parent 428ab0d commit 71891d7
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 71891d7

Please sign in to comment.