Skip to content

Commit f6c408b

Browse files
Bump actions/create-github-app-token from 1 to 2 (#2187)
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 c4dd921 commit f6c408b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ok_to_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Only run for PRs, not issue comments
1515
if: ${{ github.event.issue.pull_request }}
1616
steps:
17-
- uses: actions/create-github-app-token@v1
17+
- uses: actions/create-github-app-token@v2
1818
id: app-token
1919
with:
2020
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)