From 3cf43188a8b9605a51cead6be12ab4c3ce6c10bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:26:22 +0000 Subject: [PATCH] chore(deps): bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.6.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... 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..c1c9e7d 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@v4.6.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..2187628 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@v4.6.0 with: github_token: ${{ secrets.GH_PUBLISH_SECRETS }} version: v1.14.0