From 971b1b537b6569cd12678692a31e9dba46d7a018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:19:48 +0000 Subject: [PATCH] Bump the actions-deps group across 1 directory with 5 updates Bumps the actions-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `6` | `7` | | [mr-smithers-excellent/docker-build-push](https://github.com/mr-smithers-excellent/docker-build-push) | `6.4` | `6.8` | Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) Updates `actions/checkout` from 4.2.2 to 6.0.2 - [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/v4.2.2...v6.0.2) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) 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) Updates `mr-smithers-excellent/docker-build-push` from 6.4 to 6.8 - [Release notes](https://github.com/mr-smithers-excellent/docker-build-push/releases) - [Commits](https://github.com/mr-smithers-excellent/docker-build-push/compare/v6.4...v6.8) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: mr-smithers-excellent/docker-build-push dependency-version: '6.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 8 ++++---- .github/workflows/release.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 823196d..fd55290 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,15 +19,15 @@ jobs: steps: - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go }} id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/go/pkg/mod @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-go-${{ matrix.go-version }}- - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f6ecd3..336aea2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,15 +16,15 @@ jobs: steps: - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go }} id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/go/pkg/mod @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}-go-${{ matrix.go-version }}- - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser @@ -44,7 +44,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image to docker.io - uses: mr-smithers-excellent/docker-build-push@v6.4 + uses: mr-smithers-excellent/docker-build-push@v6.8 with: registry: docker.io image: sophos/nginx-vtx-exporter @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - name: Build and push Docker image to ghcr.io - uses: mr-smithers-excellent/docker-build-push@v6.4 + uses: mr-smithers-excellent/docker-build-push@v6.8 with: registry: ghcr.io image: nginx-vtx-exporter