From fb9cad3bdd06d3fd43b78ea92d8fbfbdfd4d2691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:17:58 +0000 Subject: [PATCH] Update dependency goreleaser/goreleaser to v2.4.4 (#2748) | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | goreleaser/goreleaser | v2.3.2 | v2.4.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/conformance.yml | 2 +- .github/workflows/functional.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5cba8d4..75bc6c4e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.4.4 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 581804715..02bd1eaf0 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -82,7 +82,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.4.4 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: build --single-target --snapshot --clean env: TELEMETRY_ENDPOINT: "" # disables sending telemetry diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 7cc967af0..2dd7388fc 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -69,7 +69,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.4.4 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: build --single-target --snapshot --clean env: TELEMETRY_ENDPOINT: otel-collector-opentelemetry-collector.collector.svc.cluster.local:4317