diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1436adde9..4925c2862 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -96,7 +96,7 @@ jobs: go-version: '1.22.x' - name: Install k3d run: | - wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash + wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.3/install.sh | bash - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - name: Install yq diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe0f09d1c..9f3fe5d83 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -206,7 +206,7 @@ jobs: go-version: '1.22.x' - name: Install k3d run: | - wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash + wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.3/install.sh | bash - name: Install htpasswd for setting up private registry run: sudo apt-get update -y && sudo apt-get --no-install-recommends install -y apache2-utils - name: Install yq @@ -236,7 +236,7 @@ jobs: go-version: '1.22.x' - name: Install k3d run: | - wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.0/install.sh | bash + wget -q -O - https://raw.githubusercontent.com/rancher/k3d/v5.6.3/install.sh | bash - name: Install argo worklflow run: | wget -q https://github.com/argoproj/argo-workflows/releases/download/v3.0.10/argo-linux-amd64.gz