Skip to content

Commit 8068e5d

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) - [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 b8c464a commit 8068e5d

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
@@ -336,7 +336,7 @@ jobs:
336336
steps:
337337
- name: Get app token
338338
id: app-token
339-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
339+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
340340
with:
341341
app-id: ${{ secrets.IGNITEUI_GITHUB_APP_ID }}
342342
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)