Skip to content

Commit a2e4bbf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/private-repo-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
unset TWINE_USERNAME TWINE_PASSWORD && make publish-tests
7878
- name: Get GitHub App token
7979
id: get_token
80-
uses: actions/create-github-app-token@v1
80+
uses: actions/create-github-app-token@v2
8181
with:
8282
private-key: ${{ secrets.TOBIKO_RENOVATE_BOT_PRIVATE_KEY }}
8383
app-id: ${{ secrets.TOBIKO_RENOVATE_BOT_APP_ID }}

0 commit comments

Comments
 (0)