diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index cfc6ff583..77f643539 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -110,7 +110,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.TUVOK_TOKEN }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.3 + uses: peter-evans/create-pull-request@v6.0.4 if: steps.check_pr.outputs.create_pr == 'true' with: token: ${{ secrets.TUVOK_TOKEN }}