Skip to content

Commit 04305fa

Browse files
Update: Upgrade setup-uv to v4 and setup-python to v5
Co-Authored-By: Amp <amp@ampcode.com>
1 parent c84c6f6 commit 04305fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v2
25+
uses: astral-sh/setup-uv@v4
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version-file: .python-version
3131

0 commit comments

Comments
 (0)