Skip to content

Commit 334c690

Browse files
authored
Revert to pinned release workflows (#706)
1 parent 4111bea commit 334c690

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/draft-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ on:
1515

1616
jobs:
1717
draft-release:
18-
# TODO(sethvargo): revert to a tag when ready
19-
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
18+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
2019
with:
2120
version_strategy: '${{ github.event.inputs.version_strategy }}'
2221
secrets:

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
release:
11-
# TODO(sethvargo): revert to a tag when ready
12-
uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
11+
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
1312
secrets:
1413
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

0 commit comments

Comments
 (0)