Skip to content

Commit 46f7ef4

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent 515e438 commit 46f7ef4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Generate GitHub App Token
3232
id: app-token
33-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
33+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
3434
with:
3535
app-id: ${{ secrets.HAVE_RELEASE_APP_ID }}
3636
private-key: ${{ secrets.HAVE_RELEASE_APP_PRIVATE_KEY }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Generate GitHub App Token
2626
id: app-token
27-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
27+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
2828
with:
2929
app-id: ${{ secrets.HAVE_RELEASE_APP_ID }}
3030
private-key: ${{ secrets.HAVE_RELEASE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)