Skip to content

Commit dcf50ae

Browse files
Update actions/create-github-app-token action to v3
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 570af9b commit dcf50ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate token
1313
id: app-token
14-
uses: actions/create-github-app-token@v1
14+
uses: actions/create-github-app-token@v3
1515
with:
1616
app-id: ${{ secrets.SEMANTIC_RELEASE_APP_ID }}
1717
private-key: ${{ secrets.SEMANTIC_RELEASE_PK }}

0 commit comments

Comments
 (0)