Skip to content

Commit dfa6e66

Browse files
Bump actions/create-github-app-token from 1 to 2 (#514)
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 18c46e8 commit dfa6e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-required.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Generate an app token
2929
id: app-token
30-
uses: actions/create-github-app-token@v1
30+
uses: actions/create-github-app-token@v2
3131
with:
3232
app-id: ${{ secrets.APP_ID }}
3333
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)