Bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#6729)

This commit is contained in:
dependabot[bot]
2025-11-24 10:10:39 -05:00
committed by GitHub
parent a3f388dd14
commit 9e37a09765
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ jobs:
# Creating issues requires elevated privilege
- name: Generate access token
id: generate-token
uses: actions/create-github-app-token@v2.1.4
uses: actions/create-github-app-token@v2.2.0
with:
app-id: ${{ vars.VERILATOR_CI_ID }}
private-key: ${{ secrets.VERILATOR_CI_KEY }}