From 111ed58650892daa9e74e4203ffc3fe2668d5210 Mon Sep 17 00:00:00 2001 From: Florian Kleedorfer Date: Mon, 9 Feb 2026 11:23:13 +0100 Subject: [PATCH] Upgrade peter-evans/create-pull-request action --- .github/workflows/release-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-deploy.yml b/.github/workflows/release-and-deploy.yml index 895904a..40bff33 100644 --- a/.github/workflows/release-and-deploy.yml +++ b/.github/workflows/release-and-deploy.yml @@ -145,7 +145,7 @@ jobs: # create the pull request - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.QUDTLIB_BOT_GITHUB_TOKEN }} title: Release ${{ inputs.release_version }}