diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e96eaad3..af332477 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fb5592d..964fe9e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}'