From adad4adee336c8bacf2157a27cf6047547b27907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:47:13 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 91a21a5..50cd5d4 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -33,7 +33,7 @@ jobs: - name: Generate API Documentation run: npm run build:docs - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: Update API documentation to match ${{ github.sha }} title: Update API documentation