diff --git a/.github/workflows/update-lockfile.yaml b/.github/workflows/update-lockfile.yaml index 75cbbd79..88580683 100644 --- a/.github/workflows/update-lockfile.yaml +++ b/.github/workflows/update-lockfile.yaml @@ -43,7 +43,7 @@ jobs: --lockfile=environments/conda-lock.yml - name: Open a pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 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,