Skip to content

Commit cf46668

Browse files
authored
ci(action): update actions/create-github-app-token action to v3 (#712)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent dd40336 commit cf46668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- name: Generate GitHub App Token
6363
id: app-token
64-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
64+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
6565
with:
6666
app-id: ${{ secrets.RELEASE_APP_ID }}
6767
private-key: ${{ secrets.RELEASE_APP_PEM }}

0 commit comments

Comments
 (0)