diff --git a/.github/workflows/renv-update.yml b/.github/workflows/renv-update.yml index e930620..1cb331a 100644 --- a/.github/workflows/renv-update.yml +++ b/.github/workflows/renv-update.yml @@ -40,7 +40,7 @@ jobs: - name: Create PR with initial lockfile if: steps.renv.outputs.BOOTSTRAPPED == '1' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "chore(renv): initialize renv and add lockfile" title: "chore(renv): bootstrap renv"