Skip to content

Commit 73578e3

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] <support@github.com>
1 parent ef910bf commit 73578e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-dev-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# we want to stop if this is not running on development branch
2424
[[ "${{github.ref_name}}" =~ ^development/[0-9.]+$ ]] || exit 1
2525
# create app token
26-
- uses: actions/create-github-app-token@v1
26+
- uses: actions/create-github-app-token@v2
2727
id: app-token
2828
with:
2929
app-id: ${{ vars.ACTIONS_APP_ID }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
prepare-version:
2424
runs-on: ubuntu-24.04
2525
steps:
26-
- uses: actions/create-github-app-token@v1
26+
- uses: actions/create-github-app-token@v2
2727
id: app-token
2828
with:
2929
app-id: ${{ vars.ACTIONS_APP_ID }}

0 commit comments

Comments
 (0)