From 4b8c8aea7f3812973b7b69429294a569aac7beb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:49:30 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v5.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 92a18d2..00f74bd 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -18,7 +18,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@v5.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 d968a59..c8180a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: docker login --username ${{ secrets.DOCKER_HUB_USER }} --password ${{secrets.DOCKER_HUB_TOKEN}} docker login ghcr.io/linuxsuren --username linuxsuren --password ${{secrets.GH_PUBLISH_SECRETS}} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v4.4.0 + uses: goreleaser/goreleaser-action@v5.0.0 with: github_token: ${{ secrets.GH_PUBLISH_SECRETS }} version: v1.14.0