Skip to content

Commit d6743e4

Browse files
ci(action): update actions/create-github-app-token action to v2 (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e190c8 commit d6743e4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/add_to_octokit_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
continue-on-error: true
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.OCTOKIT_APP_ID }}

.github/workflows/immediate-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }}
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/create-github-app-token@v1
17+
- uses: actions/create-github-app-token@v2
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.OCTOKIT_APP_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: release
1919
runs-on: ubuntu-latest
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.OCTOKIT_APP_ID }}

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_prettier:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/create-github-app-token@v1
10+
- uses: actions/create-github-app-token@v2
1111
id: app-token
1212
with:
1313
app-id: ${{ vars.OCTOKIT_APP_ID }}

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github.event_name == 'workflow_dispatch' ||
1919
github.event.client_payload.action == 'published'
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.OCTOKIT_APP_ID }}

0 commit comments

Comments
 (0)