Skip to content

Commit 0ff100c

Browse files
build(deps): bump actions/create-github-app-token in the actions group
Bumps the actions 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: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68d96cb commit 0ff100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger_internal_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: "trigger"
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/create-github-app-token@v1
14+
- uses: actions/create-github-app-token@v2
1515
id: app-token
1616
with:
1717
app-id: ${{ vars.PLAYWRIGHT_APP_ID }}

0 commit comments

Comments
 (0)