From 1b3864e7b1d74ef4d35f5a5f14983b2c4e10b54e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:02:03 +0000 Subject: [PATCH] Update dependency rancher/cli to v2.8.0 --- workflows/auth/action.yml | 2 +- workflows/tilt/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/auth/action.yml b/workflows/auth/action.yml index 0c7d0da..563a08e 100644 --- a/workflows/auth/action.yml +++ b/workflows/auth/action.yml @@ -49,7 +49,7 @@ runs: # renovate: datasource=github-releases depName=tilt-dev/tilt TILT_VERSION: 'v0.33.6' # renovate: datasource=github-releases depName=rancher/cli - RANCHER_VERSION: 'v2.7.7' + RANCHER_VERSION: 'v2.8.0' uses: yokawasa/action-setup-kube-tools@v0.9.3 with: tilt: ${{ env.TILT_VERSION }} diff --git a/workflows/tilt/action.yml b/workflows/tilt/action.yml index 57ecc31..0e15612 100644 --- a/workflows/tilt/action.yml +++ b/workflows/tilt/action.yml @@ -49,7 +49,7 @@ runs: # renovate: datasource=github-releases depName=tilt-dev/tilt TILT_VERSION: 'v0.33.6' # renovate: datasource=github-releases depName=rancher/cli - RANCHER_VERSION: 'v2.7.7' + RANCHER_VERSION: 'v2.8.0' uses: yokawasa/action-setup-kube-tools@v0.9.3 with: tilt: ${{ env.TILT_VERSION }}