Skip to content

Commit e8a578f

Browse files
Bump actions/create-github-app-token from 2 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 844f0cc commit e8a578f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Auto-Assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: contains(github.event.issue.labels.*.name, 'New-Project')
1919
steps:
2020
- name: Generate app token
21-
uses: actions/create-github-app-token@v2
21+
uses: actions/create-github-app-token@v3
2222
id: authenticate
2323
with:
2424
app-id: ${{ secrets.APP_ID }}

.github/workflows/assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: contains(github.event.issue.labels.*.name, 'create-repo') && github.event.action == 'opened'
1818
steps:
1919
- name: Generate app token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
id: authenticate
2222
with:
2323
app-id: ${{ secrets.APP_ID }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
environment: prod
3232
steps:
3333
- name: Generate app token
34-
uses: actions/create-github-app-token@v2
34+
uses: actions/create-github-app-token@v3
3535
id: authenticate
3636
with:
3737
app-id: ${{ secrets.APP_ID }}

.github/workflows/fulfill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
environment: prod
2525
steps:
2626
- name: Generate app token
27-
uses: actions/create-github-app-token@v2
27+
uses: actions/create-github-app-token@v3
2828
id: authenticate
2929
with:
3030
app-id: ${{ secrets.APP_ID }}

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: contains(github.event.issue.labels.*.name, 'create-repo') && github.event.issue.state == 'open'
1515
steps:
1616
- name: Generate app token
17-
uses: actions/create-github-app-token@v2
17+
uses: actions/create-github-app-token@v3
1818
id: authenticate
1919
with:
2020
app-id: ${{ secrets.APP_ID }}
@@ -264,7 +264,7 @@ jobs:
264264
gh pr merge $prNumber --auto --delete-branch --squash --repo $env:GITHUB_REPOSITORY
265265
266266
- name: Generate app token
267-
uses: actions/create-github-app-token@v2
267+
uses: actions/create-github-app-token@v3
268268
id: authenticate_approver
269269
with:
270270
app-id: ${{ secrets.APPROVER_APP_ID }}

0 commit comments

Comments
 (0)