We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45c904 commit 91c1de6Copy full SHA for 91c1de6
.github/workflows/test_e2e.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Setup k3sup
60
env:
61
- K3SUP_VERSION: 0.13.10 # renovate: datasource=github-releases depName=alexellis/k3sup
+ K3SUP_VERSION: 0.13.11 # renovate: datasource=github-releases depName=alexellis/k3sup
62
run: |
63
curl https://github.com/alexellis/k3sup/releases/download/$K3SUP_VERSION/k3sup -sSL -o /usr/local/bin/k3sup
64
chmod +x /usr/local/bin/k3sup
0 commit comments