Skip to content

Commit 18a74e4

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#284)
[skip netlify] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20b7944 commit 18a74e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Merge tag
3030

3131
steps:
32-
- uses: actions/create-github-app-token@v1
32+
- uses: actions/create-github-app-token@v2
3333
id: app-token
3434
with:
3535
app-id: ${{ vars.GHA_APP_ID }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
pull-requests: write
1414
steps:
15-
- uses: actions/create-github-app-token@v1
15+
- uses: actions/create-github-app-token@v2
1616
id: app-token
1717
with:
1818
app-id: ${{ vars.GHA_APP_ID }}

.github/workflows/sync-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Sync branches
1919

2020
steps:
21-
- uses: actions/create-github-app-token@v1
21+
- uses: actions/create-github-app-token@v2
2222
id: app-token
2323
with:
2424
app-id: ${{ vars.GHA_APP_ID }}

0 commit comments

Comments
 (0)