Skip to content

Commit b5931bf

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#97)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 418cc2c commit b5931bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/download-artifact@v4
6464

6565
- id: token
66-
uses: actions/create-github-app-token@v1
66+
uses: actions/create-github-app-token@v2
6767
with:
6868
app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
6969
private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)