Skip to content

Commit d2c14a2

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/subtree.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Subtree for Common
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/create-github-app-token@v1
22+
- uses: actions/create-github-app-token@v2
2323
id: app-token
2424
with:
2525
app-id: ${{ vars.SUBTREE_APP_ID }}
@@ -39,7 +39,7 @@ jobs:
3939
name: Subtree for Http
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/create-github-app-token@v1
42+
- uses: actions/create-github-app-token@v2
4343
id: app-token
4444
with:
4545
app-id: ${{ vars.SUBTREE_APP_ID }}
@@ -59,7 +59,7 @@ jobs:
5959
name: Subtree for Plugin
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/create-github-app-token@v1
62+
- uses: actions/create-github-app-token@v2
6363
id: app-token
6464
with:
6565
app-id: ${{ vars.SUBTREE_APP_ID }}
@@ -119,7 +119,7 @@ jobs:
119119
- { folder: TomTom, repository: tomtom-provider }
120120
- { folder: Yandex, repository: yandex-provider }
121121
steps:
122-
- uses: actions/create-github-app-token@v1
122+
- uses: actions/create-github-app-token@v2
123123
id: app-token
124124
with:
125125
app-id: ${{ vars.SUBTREE_APP_ID }}

0 commit comments

Comments
 (0)