From e3f3b7d13b1eb32fb87c5e98b37c493bea60de25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:04:25 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .github/workflows/update-lockfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-lockfile.yaml b/.github/workflows/update-lockfile.yaml index a95e021bc..f74f8c625 100644 --- a/.github/workflows/update-lockfile.yaml +++ b/.github/workflows/update-lockfile.yaml @@ -36,7 +36,7 @@ jobs: --lockfile=environments/conda-lock.yml - name: Open a pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: # # The default GITHUB_TOKEN doesn't allow other workflows to trigger. # # Thus if there are tests to be run, they won't be run. For more info,