Skip to content

Commit 482f9b7

Browse files
Bump actions/create-github-app-token from 1 to 2
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]>
1 parent da3dec8 commit 482f9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-versioning-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pull-requests: write
3434
if: needs.version.outputs.has_unreleased_changes == 'true'
3535
steps:
36-
- uses: actions/create-github-app-token@v1
36+
- uses: actions/create-github-app-token@v2
3737
id: app-token
3838
with:
3939
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)