diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8bd490b..9b537d6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -395,7 +395,7 @@ jobs: hugo mod tidy - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update dependencies'