Skip to content

Commit 444e30d

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5c11b4 commit 444e30d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.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 token
2121
id: generate-token
22-
uses: actions/create-github-app-token@v1
22+
uses: actions/create-github-app-token@v2
2323
with:
2424
app-id: ${{ vars.SDK_BOT_APP_ID }}
2525
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate token
2323
id: generate-token
24-
uses: actions/create-github-app-token@v1
24+
uses: actions/create-github-app-token@v2
2525
with:
2626
app-id: ${{ vars.SDK_BOT_APP_ID }}
2727
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)