diff --git a/.github/workflows/update-viperserver.yml b/.github/workflows/update-viperserver.yml index 38d8a730..b675eb5a 100644 --- a/.github/workflows/update-viperserver.yml +++ b/.github/workflows/update-viperserver.yml @@ -43,7 +43,7 @@ jobs: echo "LATEST_VIPERSERVER_RELEASE=$LATEST_VIPERSERVER_RELEASE" >> $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.CURRENT_VIPERSERVER_VERSION != env.LATEST_VIPERSERVER_RELEASE with: # Use viper-admin's token to workaround a restriction of GitHub. diff --git a/.github/workflows/update-vscode.yml b/.github/workflows/update-vscode.yml index 62472bb2..82d063f7 100644 --- a/.github/workflows/update-vscode.yml +++ b/.github/workflows/update-vscode.yml @@ -32,7 +32,7 @@ jobs: echo "TEST_VSCODE_VERSION=$TEST_VSCODE_VERSION" >> $GITHUB_ENV echo "LATEST_VSCODE_VERSION=$LATEST_VSCODE_VERSION" >> $GITHUB_ENV - name: Open a pull request - 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.