Skip to content

Commit babbefd

Browse files
chore(deps): update actions/create-github-app-token action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f188a39 commit babbefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: "Generate token"
2222
id: generate_token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
2626
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)