We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d819c commit abc6087Copy full SHA for abc6087
2 files changed
.github/workflows/draft-release.yml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
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
+ uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
20
with:
21
version_strategy: '${{ github.event.inputs.version_strategy }}'
22
secrets:
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
10
release:
11
12
- uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
+ uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
13
14
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
15
0 commit comments