Skip to content

Commit a8ed0d0

Browse files
authored
ci: pin k3sup version (#119)
1 parent 3ee7112 commit a8ed0d0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
skaffold: v2.16.1 # renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
3838

3939
- name: Setup k3sup
40-
run: curl -sLS https://get.k3sup.dev | sh
40+
env:
41+
K3SUP_VERSION: 0.13.10 # renovate: datasource=github-releases depName=alexellis/k3sup
42+
run: |
43+
curl https://github.com/alexellis/k3sup/releases/download/$K3SUP_VERSION/k3sup -sSL -o /usr/local/bin/k3sup
44+
chmod +x /usr/local/bin/k3sup
4145
4246
- uses: actions/setup-go@v5
4347
with:

0 commit comments

Comments
 (0)