diff --git a/.github/workflows/update-annuaire.yml b/.github/workflows/update-annuaire.yml index 32dec5f2a..29f7b4d6e 100644 --- a/.github/workflows/update-annuaire.yml +++ b/.github/workflows/update-annuaire.yml @@ -110,7 +110,7 @@ jobs: - name: 🔀 Create Pull Request if: steps.data_check.outputs.needs_update == 'true' && env.DRY_RUN != 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: add-paths: | .changeset/*.md diff --git a/.github/workflows/update-grist.yml b/.github/workflows/update-grist.yml index 013a56541..e8a7c253a 100644 --- a/.github/workflows/update-grist.yml +++ b/.github/workflows/update-grist.yml @@ -85,7 +85,7 @@ jobs: - name: 🔀 Create Pull Request if: steps.data_check.outputs.needs_update == 'true' && env.DRY_RUN != 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: add-paths: | .changeset/*.md diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index c55158c22..9b73c1038 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -37,7 +37,7 @@ jobs: - name: 🔀 Create Pull Request if: env.DRY_RUN != 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: add-paths: package-lock.json author: "github-actions[bot] "