Revert to pinned release workflows

This commit is contained in:
Seth Vargo 2025-01-31 17:10:27 -05:00
parent 4111bea454
commit 89b8e92916
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -9,6 +9,6 @@ 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 }}'