Skip to content

Commit a0f3dc0

Browse files
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 13ac487 commit a0f3dc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
|| github.event.pull_request.user.login == 'dependabot[bot]'
1212
steps:
1313
- name: Generate Auth Token
14-
uses: actions/create-github-app-token@v1
14+
uses: actions/create-github-app-token@v2
1515
id: app-token
1616
with:
1717
app-id: ${{ secrets.APP_ID }}

.github/workflows/build-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Docker Build and Push
1818
steps:
1919
- name: Generate Auth Token
20-
uses: actions/create-github-app-token@v1
20+
uses: actions/create-github-app-token@v2
2121
id: app-token
2222
with:
2323
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: 'ubuntu-20.04'
99
steps:
1010
- name: Generate Auth Token
11-
uses: actions/create-github-app-token@v1
11+
uses: actions/create-github-app-token@v2
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)