Skip to content

Commit 49b0d7b

Browse files
chore(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] <support@github.com>
1 parent 6286fe9 commit 49b0d7b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/add-git-trailers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Generate urunc-bot token
4141
id: generate-token
42-
uses: actions/create-github-app-token@v1
42+
uses: actions/create-github-app-token@v2
4343
with:
4444
app-id: ${{ vars.URUNC_BOT_APP_ID }}
4545
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

.github/workflows/pr-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Generate urunc-bot token
3030
id: generate-token
31-
uses: actions/create-github-app-token@v1
31+
uses: actions/create-github-app-token@v2
3232
with:
3333
app-id: ${{ vars.URUNC_BOT_APP_ID }}
3434
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

.github/workflows/pr-takeover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Generate urunc-bot token
4040
id: generate-token
41-
uses: actions/create-github-app-token@v1
41+
uses: actions/create-github-app-token@v2
4242
with:
4343
app-id: ${{ vars.URUNC_BOT_APP_ID }}
4444
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

.github/workflows/release-trigger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Generate urunc-bot token
4444
id: generate-token
45-
uses: actions/create-github-app-token@v1
45+
uses: actions/create-github-app-token@v2
4646
with:
4747
app-id: ${{ vars.URUNC_BOT_APP_ID }}
4848
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Generate urunc-bot token
126126
id: generate-token
127-
uses: actions/create-github-app-token@v1
127+
uses: actions/create-github-app-token@v2
128128
with:
129129
app-id: ${{ vars.URUNC_BOT_APP_ID }}
130130
private-key: ${{ secrets.URUNC_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)