From 3d696c724ed7be1ead652c89d1acaf2bc713982d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:03:57 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/build.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3c678c2d..78ef56120 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,14 +46,14 @@ jobs: uses: arduino/setup-task@v2.0.0 with: # renovate: depName=go-task/task datasource=github-releases - version: 3.38.0 + version: 3.39.0 - name: Tidy go.mod run: go mod tidy - name: Run linters uses: golangci/golangci-lint-action@v6.1.0 with: # renovate: depName=golangci/golangci-lint datasource=github-releases - version: v1.60.1 + version: v1.61.0 args: --timeout=10m0s install-mode: goinstall - name: Build with Goreleaser @@ -61,7 +61,7 @@ jobs: uses: goreleaser/goreleaser-action@v6.0.0 with: # renovate: depName=goreleaser/goreleaser datasource=github-releases - version: v2.2.0 + version: v2.3.1 args: build --snapshot --clean --single-target - name: Update usage run: task update-usage @@ -84,7 +84,7 @@ jobs: - name: Install cilium-cli env: # renovate: depName=cilium/cilium-cli datasource=github-releases - CILIUM_CLI_VERSION: v0.16.16 + CILIUM_CLI_VERSION: v0.16.17 run: | wget https://github.com/cilium/cilium-cli/releases/download/${CILIUM_CLI_VERSION}/cilium-linux-amd64.tar.gz sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin @@ -109,7 +109,7 @@ jobs: - name: kind-1 - Install MetalLB env: # renovate: depName=metallb datasource=helm registryUrl=https://charts.bitnami.com/bitnami - METALLB_CHART_VERSION: 6.3.10 + METALLB_CHART_VERSION: 6.3.11 run: | MANIFESTS_PATH=/tmp/metallb-manifests.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fec223f8..9b687ca12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: uses: goreleaser/goreleaser-action@v6.0.0 with: # renovate: depName=goreleaser/goreleaser datasource=github-releases - version: v2.2.0 + version: v2.3.1 args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}