diff --git a/.github/workflows/update-caps.yml b/.github/workflows/update-caps.yml index f9fe5a72..fdc9ea9a 100644 --- a/.github/workflows/update-caps.yml +++ b/.github/workflows/update-caps.yml @@ -37,7 +37,7 @@ jobs: key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} - run: build/do.rq fetch - name: Create Pull Request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: title: "automated: update capabilities" branch: create-pull-request/caps diff --git a/.github/workflows/update-example-index.yaml b/.github/workflows/update-example-index.yaml index 735ba9b1..a0aaeb30 100644 --- a/.github/workflows/update-example-index.yaml +++ b/.github/workflows/update-example-index.yaml @@ -66,7 +66,7 @@ jobs: tee internal/lsp/examples/index.json - name: Open a pull request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: title: "lsp: Update rego-by-examples index" commit-message: "lsp: Update rego-by-examples index"