Skip to content

Commit

Permalink
Merge pull request #449 from pbs-data-solutions/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/astral-sh/setup-uv-4

Bump astral-sh/setup-uv from 3 to 4
  • Loading branch information
sanders41 authored Nov 25, 2024
2 parents f3aa45e + ae66d68 commit 4a67061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: install Just
uses: taiki-e/install-action@just
- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Set up Python
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4a67061

Please sign in to comment.