Skip to content

Commit af22b42

Browse files
chore(deps): bump actions/create-github-app-token from 2 to 3 (#193)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c2cce1 commit af22b42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scheduled-jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Create token
5555
id: app-token
56-
uses: actions/create-github-app-token@v2
56+
uses: actions/create-github-app-token@v3
5757
with:
5858
app-id: ${{ vars.AUTOMATION_APP_ID }}
5959
private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Create token
2525
if: (github.actor == 'dependabot[bot]' || github.actor == 'crd-automation[bot]') && github.event_name == 'pull_request'
2626
id: app-token
27-
uses: actions/create-github-app-token@v2
27+
uses: actions/create-github-app-token@v3
2828
with:
2929
app-id: ${{ vars.AUTOMATION_APP_ID }}
3030
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)