diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 643ea2b48..98d6cb643 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -50,7 +50,7 @@ jobs: go run cmd/docs/main.go -out-dir ../marketing-site/src/content/docs/speakeasy-reference/cli - name: Create PR against marketing-site - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: path: marketing-site token: ${{ secrets.SERVICE_BOT_TOKEN }}