Skip to content

Commit 805147f

Browse files
build(deps): bump actions/create-github-app-token from 1 to 2 in the actions group (#2809)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10e9ea3 commit 805147f

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)