Skip to content

Commit 6e33d22

Browse files
build(deps): 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 473d124 commit 6e33d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devbox-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Get app token to create PR with
6666
if: steps.devbox-versions-changed.outputs.number_changed > 0
67-
uses: actions/create-github-app-token@v1
67+
uses: actions/create-github-app-token@v2
6868
id: app-token
6969
with:
7070
app-id: ${{ secrets.GHA_PR_APP_ID }}

0 commit comments

Comments
 (0)