diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/mod-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mod-update.yml b/.github/workflows/mod-update.yml index 9c12b22..f2393d4 100644 --- a/.github/workflows/mod-update.yml +++ b/.github/workflows/mod-update.yml @@ -38,7 +38,7 @@ jobs: echo 'EOF' >> $GITHUB_OUTPUT - name: Create Pull Request - uses: gethinode/create-pull-request@v6 + uses: gethinode/create-pull-request@v7 with: token: ${{ secrets.HUGO_MOD_PR }} commit-message: 'fix: update Hugo module dependencies' |
