Skip to content

Commit a861e47

Browse files
authored
Merge pull request #2778 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 e6d73f6 + 632e259 commit a861e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/promote-shipped-apis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate GitHub App 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.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
2222
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Generate GitHub App 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.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
5959
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

0 commit comments

Comments
 (0)