Skip to content

Commit d22e370

Browse files
Bump actions/create-github-app-token from 1 to 2 (#12680)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 983a497 commit d22e370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-command.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ jobs:
10691069
needs: beforeTest
10701070
runs-on: ubuntu-latest
10711071
steps:
1072-
- uses: actions/create-github-app-token@v1
1072+
- uses: actions/create-github-app-token@v2
10731073
id: generate_token
10741074
with:
10751075
app-id: ${{ secrets.CPR_AUTH_APP_ID }}
@@ -1117,7 +1117,7 @@ jobs:
11171117
needs: beforeTest
11181118
runs-on: ubuntu-latest
11191119
steps:
1120-
- uses: actions/create-github-app-token@v1
1120+
- uses: actions/create-github-app-token@v2
11211121
id: generate_token
11221122
with:
11231123
app-id: ${{ secrets.CPR_AUTH_APP_ID }}
@@ -1271,7 +1271,7 @@ jobs:
12711271
needs: beforeTest
12721272
runs-on: ubuntu-latest
12731273
steps:
1274-
- uses: actions/create-github-app-token@v1
1274+
- uses: actions/create-github-app-token@v2
12751275
id: generate_token
12761276
with:
12771277
app-id: ${{ secrets.CPR_AUTH_APP_ID }}
@@ -1328,7 +1328,7 @@ jobs:
13281328
needs: [beforeTest, testPushBranchToForkCreate]
13291329
runs-on: ubuntu-latest
13301330
steps:
1331-
- uses: actions/create-github-app-token@v1
1331+
- uses: actions/create-github-app-token@v2
13321332
id: generate_token
13331333
with:
13341334
app-id: ${{ secrets.CPR_AUTH_APP_ID }}

0 commit comments

Comments
 (0)