From d21a36c271ee039dd287e6e179df7d76303a5232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:21:25 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `golangci/golangci-lint-action` from 9.0.0 to 9.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v9.0.0...v9.2.0) Updates `goreleaser/goreleaser-action` from 6 to 7 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeowners.yml | 2 +- .github/workflows/covbadge.yml | 2 +- .github/workflows/go.yml | 6 +++--- .github/workflows/goreleaser.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeowners.yml b/.github/workflows/codeowners.yml index dee7659..83c2978 100644 --- a/.github/workflows/codeowners.yml +++ b/.github/workflows/codeowners.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Code Repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/covbadge.yml b/.github/workflows/covbadge.yml index b7dd2cf..c4c3870 100644 --- a/.github/workflows/covbadge.yml +++ b/.github/workflows/covbadge.yml @@ -16,7 +16,7 @@ jobs: contents: read pull-requests: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: 'Set up Go' uses: actions/setup-go@v6 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7a2bf12..f0bb492 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: contents: read pull-requests: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: 'Set up Go' uses: actions/setup-go@v6 @@ -32,7 +32,7 @@ jobs: name: 'Go Lint' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: 'Set up Go' uses: actions/setup-go@v6 @@ -40,4 +40,4 @@ jobs: go-version: '1.23' - name: 'Golangci-lint' - uses: golangci/golangci-lint-action@v9.0.0 + uses: golangci/golangci-lint-action@v9.2.0 diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 2ef01ae..cf0791d 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -28,7 +28,7 @@ jobs: go-version: 1.23 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: version: latest args: release --clean diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 066af93..4260d8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: packages: write steps: - name: 'Checkout Code Repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Get release version' id: get_version