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 dc61bb9 commit 1454dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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/setup-k3d-k3s@v1
uses: nolar/setup-k3d-k3s@v1.0.8

- name: Preview
id: preview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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/setup-k3d-k3s@v1
uses: nolar/setup-k3d-k3s@v1.0.8

- name: Preview
id: preview
Expand Down

0 comments on commit 1454dd5

Please sign in to comment.