Skip to content

Commit 5c6917a

Browse files
ci(action): update actions/create-github-app-token action to v3
1 parent b47e4b0 commit 5c6917a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v2
15+
- uses: actions/create-github-app-token@v3
1616
id: app-token
1717
with:
1818
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@v2
10+
- uses: actions/create-github-app-token@v3
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
@@ -9,7 +9,7 @@ jobs:
99
update:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/create-github-app-token@v2
12+
- uses: actions/create-github-app-token@v3
1313
id: app-token
1414
with:
1515
app-id: ${{ vars.OCTOKIT_APP_ID }}

0 commit comments

Comments
 (0)