Skip to content

Commit 412b51b

Browse files
chore(deps): bump actions/create-github-app-token from 1 to 2 (#79)
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 cae2afb commit 412b51b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
GITHUB_APP_ID=helper-bot:app-id
6969
GITHUB_APP_PRIVATE_KEY=helper-bot:private-key
7070
71-
- uses: actions/create-github-app-token@v1
71+
- uses: actions/create-github-app-token@v2
7272
id: app-token
7373
with:
7474
app-id: ${{ env.GITHUB_APP_ID }}

.github/workflows/update-major-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
repo_secrets: |
1818
GITHUB_APP_ID=helper-bot:app-id
1919
GITHUB_APP_PRIVATE_KEY=helper-bot:private-key
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: ${{ env.GITHUB_APP_ID }}

0 commit comments

Comments
 (0)