Skip to content

Commit 7f686c2

Browse files
authored
ci(action): update actions/create-github-app-token action to v3
1 parent fef5a7a commit 7f686c2

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate GitHub App Token
1717
id: app-token
18-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
18+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1919
with:
2020
app-id: ${{ secrets.RELEASE_APP_ID }}
2121
private-key: ${{ secrets.RELEASE_APP_PEM }}

0 commit comments

Comments
 (0)