diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 729c4e2d6c..09c1d63993 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -51,7 +51,7 @@ jobs: # change docs via PR in case of locked main branch - name: Create Pull Request (main branch only) if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs' - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # ratchet:peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # ratchet:peter-evans/create-pull-request@v6.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "docs: auto update terraform docs"