Skip to content

Commit 6a42c50

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- name: Create token
8686
id: app-token
87-
uses: actions/create-github-app-token@v2
87+
uses: actions/create-github-app-token@v3
8888
with:
8989
app-id: ${{ vars.APP_ID }}
9090
private-key: ${{ secrets.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.APP_ID }}
2222
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)