Skip to content

Commit a183b7e

Browse files
ci: update actions/create-github-app-token action to v3
1 parent 6896abc commit a183b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/relesae-plz.yml

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

0 commit comments

Comments
 (0)