From 9d59acba9ff4964372068584012229b20f38543a Mon Sep 17 00:00:00 2001 From: Coveo Renovate Bot Date: Mon, 8 Apr 2024 00:01:21 +0000 Subject: [PATCH 1/3] Update goreleaser/goreleaser-action digest to 9937f9b --- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eede4d1..3bc9cd6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 + - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 with: distribution: goreleaser version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 + - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 with: distribution: goreleaser version: latest diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 2e4c16b..bdd71c4 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - - uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 + - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 with: distribution: goreleaser version: latest From 02273d897117dd448ec1e72b32ebaeb2f3c8974a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Tue, 9 Apr 2024 08:52:15 -0400 Subject: [PATCH 2/3] use latest approved goreleaser --- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3bc9cd6..d9e3d09 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 with: distribution: goreleaser version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 with: distribution: goreleaser version: latest diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index bdd71c4..6c62c17 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 with: distribution: goreleaser version: latest From 4fc04cf78ed8b909d4ade31e6acaf9d29e7b708c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Tue, 9 Apr 2024 08:54:22 -0400 Subject: [PATCH 3/3] help renovate to avoid untagged commits --- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d9e3d09..d2cb423 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: distribution: goreleaser version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: distribution: goreleaser version: latest diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 6c62c17..aad7d69 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: distribution: goreleaser version: latest