Skip to content

Commit 0bd9a74

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create token
2626
if: (github.actor == 'dependabot[bot]' || github.actor == 'codereaper-automation[bot]') && github.event_name == 'pull_request'
2727
id: app-token
28-
uses: actions/create-github-app-token@v2
28+
uses: actions/create-github-app-token@v3
2929
with:
3030
app-id: ${{ vars.AUTOMATION_APP_ID }}
3131
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}

.github/workflows/upgrade-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Create token
1818
id: app-token
19-
uses: actions/create-github-app-token@v2
19+
uses: actions/create-github-app-token@v3
2020
with:
2121
app-id: ${{ vars.AUTOMATION_APP_ID }}
2222
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)