Skip to content

Commit 269d859

Browse files
authored
ci(action): update actions/create-github-app-token action to v2 (#638)
1 parent 4eb0f1e commit 269d859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate GitHub App Token
2121
id: app-token
22-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
22+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2323
with:
2424
app-id: ${{ secrets.RELEASE_APP_ID }}
2525
private-key: ${{ secrets.RELEASE_APP_PEM }}

0 commit comments

Comments
 (0)