diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 97ea8294..9445ee12 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -47,7 +47,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Create Pull Request" if: steps.auto-commit-action.outputs.changes_detected == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: "feature-create-docs-${{ steps.set-branch-name.outputs.branch_name }}"