Skip to content

Commit 13e3149

Browse files
chore(deps): update actions/create-github-app-token action to v2.1.0
1 parent 3c51167 commit 13e3149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Generating a GitHub token, so that PRs and tags created by
2525
# the release-plz-action can trigger actions workflows.
2626
- name: Generate GitHub token
27-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
27+
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
2828
id: generate-token
2929
with:
3030
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name

0 commit comments

Comments
 (0)