Skip to content

Commit e1ccd09

Browse files
ci(deps): bump actions/create-github-app-token in the actions group
Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f81e30 commit e1ccd09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304

305305
- name: Generate GitHub App token
306306
id: app-token
307-
uses: actions/create-github-app-token@v2
307+
uses: actions/create-github-app-token@v3
308308
with:
309309
app-id: ${{ secrets.ESER_APP_ID }}
310310
private-key: ${{ secrets.ESER_APP_PRIVATE_KEY }}
@@ -336,7 +336,7 @@ jobs:
336336

337337
- name: Generate GitHub App token
338338
id: app-token
339-
uses: actions/create-github-app-token@v2
339+
uses: actions/create-github-app-token@v3
340340
with:
341341
app-id: ${{ secrets.ESER_APP_ID }}
342342
private-key: ${{ secrets.ESER_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)