Skip to content

Commit 949fbc9

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 c4530b5 commit 949fbc9

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
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- name: Get app token
9393
id: app-token
94-
uses: actions/create-github-app-token@v2
94+
uses: actions/create-github-app-token@v3
9595
with:
9696
app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }}
9797
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)