diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 5e538602..440d8926 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -80,7 +80,7 @@ jobs: "updated-docs=true" >> $env:GITHUB_OUTPUT - name: Create pull request - uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 if: steps.update-docs.outputs.updated-docs == 'true' env: BRANCH_NAME: ${{ steps.update-docs.outputs.branchName }}