Skip to content

Commit

Permalink
Merge pull request #762 from Homebrew/actions-full-versions
Browse files Browse the repository at this point in the history
workflows: use full version numbers
  • Loading branch information
p-linnane authored Dec 14, 2024
2 parents 9317798 + 622994b commit cdf2c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
ruby-version: ruby

# Release
- uses: rubygems/release-gem@9e85cb11501bebc2ae661c1500176316d3987059 # v1
- uses: rubygems/release-gem@9e85cb11501bebc2ae661c1500176316d3987059 # v1.1.0
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

Expand Down

0 comments on commit cdf2c48

Please sign in to comment.