From e4ca89e357efed09e5189793a5c934d48f3c11bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:10:05 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6.0.5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a176558..85df057 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: files: | test-package/** - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.4 + uses: peter-evans/create-pull-request@v6.0.5 if: steps.verify-changed-files.outputs.files_changed == 'true' with: base: "main"