Skip to content

Commit c5b7e42

Browse files
Update actions/create-github-app-token action to v3
1 parent 9354ed0 commit c5b7e42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Generate a token with GitHub App if App ID exists
2929
id: generate-token
3030
if: vars.BOT_APP_ID
31-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
31+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
3232
with:
3333
app-id: ${{ vars.BOT_APP_ID }}
3434
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate a bot token with BOT_APP_ID
2525
id: bot_token
2626
if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null
27-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
27+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2828
env:
2929
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
3030
with:

0 commit comments

Comments
 (0)