Skip to content

Commit 89b8e92

Browse files
committed
Revert to pinned release workflows
1 parent 4111bea commit 89b8e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
draft-release:
1818
# TODO(sethvargo): revert to a tag when ready
19-
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
19+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
2020
with:
2121
version_strategy: '${{ github.event.inputs.version_strategy }}'
2222
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99
jobs:
1010
release:
1111
# TODO(sethvargo): revert to a tag when ready
12-
uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
12+
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
1313
secrets:
1414
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

0 commit comments

Comments
 (0)