From 26ae3324061366d119db4c042c885787dfdd459e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:10:29 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 in the all group Bumps the all group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/update-vscode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-vscode.yml b/.github/workflows/update-vscode.yml index 2c9c17a..fc5c3f3 100644 --- a/.github/workflows/update-vscode.yml +++ b/.github/workflows/update-vscode.yml @@ -33,7 +33,7 @@ jobs: echo "LATEST_VSCODE_VERSION=$LATEST_VSCODE_VERSION" >> $GITHUB_ENV - name: Open a pull request id: pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 if: env.TEST_VSCODE_VERSION != env.LATEST_VSCODE_VERSION with: # Use viper-admin's token to workaround a restriction of GitHub.