From a435630c01b5291f4c5ba894d62cb3827c38c9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:30:36 +0000 Subject: [PATCH] build(deps): bump gethinode/create-pull-request from 6 to 7 Bumps [gethinode/create-pull-request](https://github.com/gethinode/create-pull-request) from 6 to 7. - [Release notes](https://github.com/gethinode/create-pull-request/releases) - [Commits](https://github.com/gethinode/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: gethinode/create-pull-request 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 9489334..32732f3 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@v6 + uses: gethinode/create-pull-request@v7 with: token: ${{ secrets.HUGO_MOD_PR }} commit-message: 'fix: update Hugo module dependencies'