Skip to content

Commit

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

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
narumiruna authored Nov 25, 2024
2 parents 24d2e0c + 0cbcf1d commit 159d7ea
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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

0 comments on commit 159d7ea

Please sign in to comment.