Skip to content

Commit 6a06036

Browse files
dependabot[bot]nemesifier
authored andcommitted
[ci] 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 995a85e commit 6a06036

8 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/bot-autoassign-issue.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 GitHub App token
2121
id: generate-token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ secrets.OPENWISP_BOT_APP_ID }}
2525
private-key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}

.github/workflows/bot-autoassign-pr-issue-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate GitHub App token
2222
id: generate-token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.OPENWISP_BOT_APP_ID }}
2626
private-key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}

.github/workflows/bot-autoassign-pr-reopen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Generate GitHub App token
2424
id: generate-token
25-
uses: actions/create-github-app-token@v2
25+
uses: actions/create-github-app-token@v3
2626
with:
2727
app-id: ${{ secrets.OPENWISP_BOT_APP_ID }}
2828
private-key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- name: Generate GitHub App token
5555
id: generate-token
56-
uses: actions/create-github-app-token@v2
56+
uses: actions/create-github-app-token@v3
5757
with:
5858
app-id: ${{ secrets.OPENWISP_BOT_APP_ID }}
5959
private-key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}

.github/workflows/bot-autoassign-stale-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate GitHub App token
2222
id: generate-token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.OPENWISP_BOT_APP_ID }}
2626
private-key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}

.github/workflows/reusable-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: Generate GitHub App Token
7474
id: generate-token
75-
uses: actions/create-github-app-token@v2
75+
uses: actions/create-github-app-token@v3
7676
with:
7777
app-id: ${{ secrets.app_id }}
7878
private-key: ${{ secrets.private_key }}

.github/workflows/reusable-bot-autoassign.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 GitHub App token
2121
id: generate-token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ secrets.OPENWISP_BOT_APP_ID }}
2525
private-key: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}

.github/workflows/reusable-bot-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Generate App Token
37-
uses: actions/create-github-app-token@v2
37+
uses: actions/create-github-app-token@v3
3838
id: app-token
3939
with:
4040
app-id: ${{ secrets.OPENWISP_BOT_APP_ID }}

.github/workflows/reusable-bot-ci-failure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Generate Bot Token
4545
id: generate-token
46-
uses: actions/create-github-app-token@v2
46+
uses: actions/create-github-app-token@v3
4747
with:
4848
app-id: ${{ secrets.APP_ID }}
4949
private-key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)