From 8b7bb0f344ea3d73c5fcbd00a6f44d43b4235cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:26:34 +0000 Subject: [PATCH] fix(deps): bump gethinode/create-pull-request from 7 to 8 Bumps [gethinode/create-pull-request](https://github.com/gethinode/create-pull-request) from 7 to 8. - [Release notes](https://github.com/gethinode/create-pull-request/releases) - [Commits](https://github.com/gethinode/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: gethinode/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mod-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mod-update.yml b/.github/workflows/mod-update.yml index 6860420..aec4fc3 100644 --- a/.github/workflows/mod-update.yml +++ b/.github/workflows/mod-update.yml @@ -37,7 +37,7 @@ jobs: echo 'EOF' >> $GITHUB_OUTPUT - name: Create Pull Request - uses: gethinode/create-pull-request@v7 + uses: gethinode/create-pull-request@v8 with: token: ${{ secrets.HUGO_MOD_PR }} commit-message: 'fix: update Hugo module dependencies'