Skip to content

Commit f4d264c

Browse files
committed
fix: update workflow component version for setting up k3d
1 parent f7768ba commit f4d264c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/apply.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
run: python3 -m pip install pytest-html pyyaml -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
3636

3737
- name: Setup K3d&K3s
38-
uses: nolar/[email protected]
38+
uses: nolar/setup-k3d-k3s@v1
39+
with:
40+
version: v1.21
3941

4042
- name: Preview
4143
id: preview

.github/workflows/preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
run: python3 -m pip install pytest-html pyyaml -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
6464

6565
- name: Setup K3d&K3s
66-
uses: nolar/[email protected]
66+
uses: nolar/setup-k3d-k3s@v1
67+
with:
68+
version: v1.21
6769

6870
- name: Preview
6971
id: preview

0 commit comments

Comments
 (0)