From 089ef313608be173acc726070e27a5a109de5f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:19:50 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 4.4.0 to 6.0.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.4.0 to 6.0.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v6.0.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 73d1d34..bd5db38 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -20,7 +20,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3.6.0 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v4.4.0 + uses: goreleaser/goreleaser-action@v6.0.0 with: github_token: ${{ secrets.GH_PUBLISH_SECRETS }} version: v1.14.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eeb6472..d58bef1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: docker login --username ${{ secrets.DOCKER_HUB_USER }} --password ${{secrets.DOCKER_HUB_TOKEN}} docker login ${{ env.REGISTRY }}/linuxsuren --username linuxsuren --password ${{secrets.GH_PUBLISH_SECRETS}} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v4.4.0 + uses: goreleaser/goreleaser-action@v6.0.0 with: github_token: ${{ secrets.GH_PUBLISH_SECRETS }} version: v1.14.0