Skip to content

Commit

Permalink
fix: update workflow component version for setting up k3d
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Aug 2, 2024
1 parent f7768ba commit f4d264c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: python3 -m pip install pytest-html pyyaml -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

- name: Setup K3d&K3s
uses: nolar/[email protected]
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.21

- name: Preview
id: preview
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
run: python3 -m pip install pytest-html pyyaml -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

- name: Setup K3d&K3s
uses: nolar/[email protected]
uses: nolar/setup-k3d-k3s@v1
with:
version: v1.21

- name: Preview
id: preview
Expand Down

0 comments on commit f4d264c

Please sign in to comment.