We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5c4e8 commit b2eb574Copy full SHA for b2eb574
1 file changed
.github/workflows/test.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Setup k3sup
80
env:
81
- K3SUP_VERSION: 0.13.11 # renovate: datasource=github-releases depName=alexellis/k3sup
+ K3SUP_VERSION: 0.13.12 # renovate: datasource=github-releases depName=alexellis/k3sup
82
run: |
83
curl https://github.com/alexellis/k3sup/releases/download/$K3SUP_VERSION/k3sup -sSL -o /usr/local/bin/k3sup
84
chmod +x /usr/local/bin/k3sup
0 commit comments