Skip to content

Commit 650518e

Browse files
build(deps): bump actions/create-github-app-token from 2 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e5e22f commit 650518e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: Get app token
9696
id: app-token
97-
uses: actions/create-github-app-token@v2
97+
uses: actions/create-github-app-token@v3
9898
with:
9999
app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }}
100100
private-key: ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }}

.github/workflows/trigger-licensed-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Get app token
2222
id: app-token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }}
2626
private-key: ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)