Skip to content

Commit f97783a

Browse files
chore(deps): bump actions/create-github-app-token (#311)
Bumps the dependencies group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8696aaa commit f97783a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Generate GitHub token
16-
uses: actions/create-github-app-token@v1
16+
uses: actions/create-github-app-token@v2
1717
id: generate-token
1818
with:
1919
app-id: ${{ secrets.COTBOT_APP_ID }}
@@ -43,7 +43,7 @@ jobs:
4343
cancel-in-progress: false
4444
steps:
4545
- name: Generate GitHub token
46-
uses: actions/create-github-app-token@v1
46+
uses: actions/create-github-app-token@v2
4747
id: generate-token
4848
with:
4949
app-id: ${{ secrets.COTBOT_APP_ID }}

0 commit comments

Comments
 (0)