Skip to content

Commit d06e688

Browse files
authored
Merge pull request #787 from microsoft/dependabot/github_actions/actions/create-github-app-token-3
chore(deps): bump actions/create-github-app-token from 2 to 3
2 parents 3f6deab + 865ed3d commit d06e688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please-gha.yml

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

3030
- name: Generate GitHub App token
3131
id: app-token
32-
uses: actions/create-github-app-token@v2
32+
uses: actions/create-github-app-token@v3
3333
with:
3434
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
3535
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

0 commit comments

Comments
 (0)