diff --git a/.github/workflows/render-EpiNow2.yaml b/.github/workflows/render-EpiNow2.yaml index c02472d79..cffedfba5 100644 --- a/.github/workflows/render-EpiNow2.yaml +++ b/.github/workflows/render-EpiNow2.yaml @@ -50,7 +50,7 @@ jobs: - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Automatic Vignette update" title: "Update EpiNow2 vignette" diff --git a/.github/workflows/render-epinow.yaml b/.github/workflows/render-epinow.yaml index 04283659f..fa4dafdac 100644 --- a/.github/workflows/render-epinow.yaml +++ b/.github/workflows/render-epinow.yaml @@ -50,7 +50,7 @@ jobs: - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Automatic Vignette update" title: "Update epinow vignette" diff --git a/.github/workflows/render-estimate_infections_options.yaml b/.github/workflows/render-estimate_infections_options.yaml index 04aedb21b..db7e7020c 100644 --- a/.github/workflows/render-estimate_infections_options.yaml +++ b/.github/workflows/render-estimate_infections_options.yaml @@ -50,7 +50,7 @@ jobs: - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Automatic Vignette update" title: "Update estimate_infections_options vignette" diff --git a/.github/workflows/render-estimate_infections_workflow.yaml b/.github/workflows/render-estimate_infections_workflow.yaml index 1e96dff4d..8d6444697 100644 --- a/.github/workflows/render-estimate_infections_workflow.yaml +++ b/.github/workflows/render-estimate_infections_workflow.yaml @@ -50,7 +50,7 @@ jobs: - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Automatic Vignette update" title: "Update estimate_infections_workflow vignette" diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 02844fa38..1d2f3ec06 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -48,7 +48,7 @@ jobs: - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "Automatic README update" title: "Update README" diff --git a/.github/workflows/update-citation-cff.yaml b/.github/workflows/update-citation-cff.yaml index 9e4727a0e..4425a7f61 100644 --- a/.github/workflows/update-citation-cff.yaml +++ b/.github/workflows/update-citation-cff.yaml @@ -52,7 +52,7 @@ jobs: shell: Rscript {0} - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Update `CITATION.cff` title: Update `CITATION.cff`