Skip to content

Commit

Permalink
Merge pull request #532 from Homebrew/actions-full-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Dec 14, 2024
2 parents 6e923ba + 4c6b909 commit 8e000e9
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 @@ -17,13 +17,13 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version-file: .python-version

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@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 Down

0 comments on commit 8e000e9

Please sign in to comment.