Skip to content

Commit

Permalink
Revert to pin release workflows (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Feb 1, 2025
1 parent 35d819c commit abc6087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
draft-release:
# TODO(sethvargo): revert to a tag when ready
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
with:
version_strategy: '${{ github.event.inputs.version_strategy }}'
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release:
# TODO(sethvargo): revert to a tag when ready
uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
secrets:
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

Expand Down

0 comments on commit abc6087

Please sign in to comment.