Skip to content

Commit 0d10dc7

Browse files
Bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92e252b commit 0d10dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/inventory.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: "generate_inventory node > inventory/node.toml"
2929
- name: Update Changelog
3030
run: echo "${{ steps.set-diff-msg.outputs.msg }}" | xargs -r -I '{}' perl -i -p -e 's/## \[Unreleased\]\s+/## \[Unreleased\]\n\n{}/' CHANGELOG.md
31-
- uses: actions/create-github-app-token@v1
31+
- uses: actions/create-github-app-token@v2
3232
id: generate-token
3333
with:
3434
app-id: ${{ vars.LINGUIST_GH_APP_ID }}
@@ -73,7 +73,7 @@ jobs:
7373
run: "generate_inventory yarn > inventory/yarn.toml"
7474
- name: Update Changelog
7575
run: echo "${{ steps.set-diff-msg.outputs.msg }}" | xargs -r -I '{}' perl -i -p -e 's/## \[Unreleased\]\s+/## \[Unreleased\]\n\n{}/' CHANGELOG.md
76-
- uses: actions/create-github-app-token@v1
76+
- uses: actions/create-github-app-token@v2
7777
id: generate-token
7878
with:
7979
app-id: ${{ vars.LINGUIST_GH_APP_ID }}

0 commit comments

Comments
 (0)