Skip to content

Commit 4a3a3c9

Browse files
build(deps): bump actions/create-github-app-token from 2 to 3 (#1310)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 564d0cc commit 4a3a3c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
# Gets the GitHub App token
26-
- uses: actions/create-github-app-token@v2
26+
- uses: actions/create-github-app-token@v3
2727
id: get-app-token
2828
with:
2929
# required

.github/workflows/dep_update_guest_locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Get GitHub App token for pushing commits back to the PR
3030
# Uses the same app as auto-merge-dependabot.yml
3131
- name: Get GitHub App token
32-
uses: actions/create-github-app-token@v2
32+
uses: actions/create-github-app-token@v3
3333
id: get-app-token
3434
with:
3535
app-id: ${{ secrets.DEPENDABOT_APP_ID }}

0 commit comments

Comments
 (0)