From 8eca2682bcc9c9562ea368851fef1ca2ecf15b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:03:47 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [k1LoW/gostyle-action](https://github.com/k1low/gostyle-action) and [Songmu/tagpr](https://github.com/songmu/tagpr). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8) Updates `k1LoW/gostyle-action` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/k1low/gostyle-action/releases) - [Changelog](https://github.com/k1LoW/gostyle-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/k1low/gostyle-action/compare/56cc0ed69a96366aa5be08df58a858e306c1518c...e1b847d37b3041c5fdb8b911bcf00b350779ca61) Updates `Songmu/tagpr` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/songmu/tagpr/releases) - [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md) - [Commits](https://github.com/songmu/tagpr/compare/7191605433b03e11b313dbbc0efb80185170de4b...75738aa2880a03a1036bc5bd90ef49853427ec65) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: k1LoW/gostyle-action dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Songmu/tagpr dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/tagpr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5f50da..c5de84f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: actions: write steps: - name: Check out source code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Go id: setup-go @@ -36,7 +36,7 @@ jobs: go_version: '${{ steps.setup-go.outputs.go-version }}' - name: Run gostyle - uses: k1LoW/gostyle-action@56cc0ed69a96366aa5be08df58a858e306c1518c # v1.5.0 + uses: k1LoW/gostyle-action@e1b847d37b3041c5fdb8b911bcf00b350779ca61 # v1.5.1 with: config-file: .gostyle.yml fail-on-error: true diff --git a/.github/workflows/tagpr.yml b/.github/workflows/tagpr.yml index ac87a9a..f4cc203 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -11,7 +11,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Check out source code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 @@ -20,4 +20,4 @@ jobs: - id: run-tagpr name: Run tagpr - uses: Songmu/tagpr@7191605433b03e11b313dbbc0efb80185170de4b # v1.9.0 + uses: Songmu/tagpr@75738aa2880a03a1036bc5bd90ef49853427ec65 # v1.10.0