Skip to content

Commit 0ac2984

Browse files
Chore(deps): Bump actions/create-github-app-token from 1 to 2 (#625)
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> Co-authored-by: andy Augustin <[email protected]>
1 parent 06737aa commit 0ac2984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_github_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# To use this repository's private action, you must check out the repository
1919
- name: token-generation
20-
uses: actions/create-github-app-token@v1
20+
uses: actions/create-github-app-token@v2
2121
id: source-app-token
2222
with:
2323
app-id: ${{ secrets.TEST_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)