diff --git a/.github/workflows/new-manifest-detected.yml b/.github/workflows/new-manifest-detected.yml index c50a2e33..4b737f8e 100644 --- a/.github/workflows/new-manifest-detected.yml +++ b/.github/workflows/new-manifest-detected.yml @@ -39,7 +39,7 @@ jobs: - name: Create Pull Request if: steps.D2AI-data.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.PAT }} commit-message: D2AI - Update All - Manifest v${{ github.event.client_payload.config.env.MANIFEST_VERSION }} diff --git a/.github/workflows/push-to-master.yml b/.github/workflows/push-to-master.yml index 84045ddf..8b0e11af 100644 --- a/.github/workflows/push-to-master.yml +++ b/.github/workflows/push-to-master.yml @@ -43,7 +43,7 @@ jobs: run: find src/data/d2/* -delete && cp -f ../d2ai/output/* ./src/data/d2/ - name: Create Pull Request (DIM) - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: path: 'DIM' token: ${{ secrets.PAT }}