Skip to content

Commit 173304d

Browse files
committed
Revert to pin release workflows
1 parent e31372b commit 173304d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ 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 }}'
1514

0 commit comments

Comments
 (0)