Skip to content

Commit 9a52aca

Browse files
Bump actions/create-github-app-token from 2 to 3 (#558)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46aabd0 commit 9a52aca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ !github.event.pull_request.head.repo.fork && github.triggering_actor != 'dependabot[bot]' }}
1515
steps:
1616
- name: Create app token
17-
uses: actions/create-github-app-token@v2
17+
uses: actions/create-github-app-token@v3
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }}

.github/workflows/theoplayer-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Create app token
11-
uses: actions/create-github-app-token@v2
11+
uses: actions/create-github-app-token@v3
1212
id: app-token
1313
with:
1414
app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }}

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
UPDATE_BRANCH: update-submodules
1818
steps:
1919
- name: Create app token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
id: app-token
2222
with:
2323
app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }}

0 commit comments

Comments
 (0)