Skip to content

Commit

Permalink
⬆️ Update astral-sh/setup-uv action to v5.3.0 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 7b49ecf commit dc388cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v5.2.2
uses: astral-sh/setup-uv@v5.3.0
with:
enable-cache: true
python-version: ${{ env.DEFAULT_PYTHON }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Set up uv
uses: astral-sh/setup-uv@v5.2.2
uses: astral-sh/setup-uv@v5.3.0
with:
enable-cache: true
python-version: ${{ env.DEFAULT_PYTHON }}
Expand Down

0 comments on commit dc388cd

Please sign in to comment.