From 769faa5877058a9929ea1d81a5c6c22f5df53662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:30:54 +0000 Subject: [PATCH] Bump gethinode-actions/create-pull-request from 5 to 6 Bumps [gethinode-actions/create-pull-request](https://github.com/gethinode-actions/create-pull-request) from 5 to 6. - [Release notes](https://github.com/gethinode-actions/create-pull-request/releases) - [Commits](https://github.com/gethinode-actions/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: gethinode-actions/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 3c655fbe2..269802632 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-actions/create-pull-request@v5 + uses: gethinode-actions/create-pull-request@v6 with: token: ${{ secrets.HUGO_MOD_PR }} commit-message: 'fix: update Hugo module dependencies'