Skip to content

Commit b63e8f1

Browse files
ci: pin actions/create-github-app-token action to v3 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa6c1e8 commit b63e8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Generating a GitHub token, so that PRs and tags created by
2121
# the release-plz-action can trigger actions workflows.
2222
- name: Generate GitHub token
23-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
23+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2424
id: generate-token
2525
with:
2626
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}

0 commit comments

Comments
 (0)