Skip to content

Commit

Permalink
Merge pull request #1535 from Homebrew/actions-full-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada authored Dec 14, 2024
2 parents c323b2d + 9a6c62f commit af130e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
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 All @@ -40,7 +40,7 @@ jobs:
- name: Run RSpec tests
run: bundle exec rspec

- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
if: always()

- name: Test that installing works
Expand Down

0 comments on commit af130e2

Please sign in to comment.