CI: Bump actions/create-github-app-token (#7260)

This commit is contained in:
dependabot[bot]
2026-03-16 12:43:15 -04:00
committed by GitHub
parent 651f223387
commit e5d0b89bfc
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ jobs:
# Creating issues requires elevated privilege
- name: Generate access token
id: generate-token
uses: actions/create-github-app-token@v2.2.1
uses: actions/create-github-app-token@v3.0.0
with:
app-id: ${{ vars.VERILATOR_CI_ID }}
private-key: ${{ secrets.VERILATOR_CI_KEY }}