Skip to content

Commit

Permalink
feat: setup-uv 를 업데이트하다
Browse files Browse the repository at this point in the history
- 3 > 4로 업데이트하면서 옵션이 추가되어 작업함.
  • Loading branch information
ujuc authored Nov 26, 2024
1 parent 45577c9 commit 44979e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
submodules: recursive

- name: Setup uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
ignore-nothing-to-cache: true

- name: Install dependencies
run: uv sync --locked
Expand Down

0 comments on commit 44979e9

Please sign in to comment.