Skip to content

Commit c3e23e2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Generate GitHub App Token
4141
id: app-token
42-
uses: actions/create-github-app-token@v2
42+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
4343
with:
4444
app-id: ${{ vars.CI_APP_ID }}
4545
private-key: ${{ secrets.CI_APP_KEY }}

0 commit comments

Comments
 (0)