Skip to content

Commit d79e452

Browse files
build(deps): bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ea769e commit d79e452

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/handle-new-mails.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/create-github-app-token@v1
15+
- uses: actions/create-github-app-token@v2
1616
id: gitgitgadget-git-token
1717
with:
1818
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
1919
private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2020
owner: gitgitgadget
2121
repositories: git
22-
- uses: actions/create-github-app-token@v1
22+
- uses: actions/create-github-app-token@v2
2323
id: git-git-token
2424
with:
2525
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
2626
private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
2727
owner: git
2828
repositories: git
29-
- uses: actions/create-github-app-token@v1
29+
- uses: actions/create-github-app-token@v2
3030
id: dscho-git-token
3131
with:
3232
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}

.github/workflows/handle-pr-comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/create-github-app-token@v1
24+
- uses: actions/create-github-app-token@v2
2525
id: gitgitgadget-git-token
2626
with:
2727
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
2828
private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2929
owner: gitgitgadget
3030
repositories: git
31-
- uses: actions/create-github-app-token@v1
31+
- uses: actions/create-github-app-token@v2
3232
id: git-git-token
3333
with:
3434
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
3535
private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
3636
owner: git
3737
repositories: git
38-
- uses: actions/create-github-app-token@v1
38+
- uses: actions/create-github-app-token@v2
3939
id: dscho-git-token
4040
with:
4141
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}

.github/workflows/handle-pr-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/create-github-app-token@v1
24+
- uses: actions/create-github-app-token@v2
2525
id: gitgitgadget-git-token
2626
with:
2727
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
2828
private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2929
owner: gitgitgadget
3030
repositories: git
31-
- uses: actions/create-github-app-token@v1
31+
- uses: actions/create-github-app-token@v2
3232
id: git-git-token
3333
with:
3434
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
3535
private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
3636
owner: git
3737
repositories: git
38-
- uses: actions/create-github-app-token@v1
38+
- uses: actions/create-github-app-token@v2
3939
id: dscho-git-token
4040
with:
4141
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}

.github/workflows/update-mail-to-commit-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/create-github-app-token@v1
16+
- uses: actions/create-github-app-token@v2
1717
id: gitgitgadget-git-token
1818
with:
1919
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}

.github/workflows/update-prs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/create-github-app-token@v1
15+
- uses: actions/create-github-app-token@v2
1616
id: gitgitgadget-git-token
1717
with:
1818
app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
1919
private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
2020
owner: gitgitgadget
2121
repositories: git
22-
- uses: actions/create-github-app-token@v1
22+
- uses: actions/create-github-app-token@v2
2323
id: git-git-token
2424
with:
2525
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
2626
private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
2727
owner: git
2828
repositories: git
29-
- uses: actions/create-github-app-token@v1
29+
- uses: actions/create-github-app-token@v2
3030
id: dscho-git-token
3131
with:
3232
app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)