Skip to content

Commit

Permalink
Merge pull request #133 from narumiruna/dependabot/github_actions/ast…
Browse files Browse the repository at this point in the history
…ral-sh/setup-uv-4

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
narumiruna authored Nov 26, 2024
2 parents e3d3d4a + 392eb3a commit 8082c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Install Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Install Python
Expand Down

0 comments on commit 8082c94

Please sign in to comment.