Skip to content

Commit 9f5ccb5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Generate GitHub App Token
5959
id: generate_token
60-
uses: actions/create-github-app-token@v1
60+
uses: actions/create-github-app-token@v2
6161
with:
6262
app-id: ${{ secrets.APP_ID }}
6363
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)