Skip to content

Commit

Permalink
Merge pull request #212 from HelikarLab/dependabot/github_actions/ast…
Browse files Browse the repository at this point in the history
…ral-sh/setup-uv-5
  • Loading branch information
JoshLoecker authored Jan 6, 2025
2 parents 941e073 + fdfd0ec commit 6d74649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Create Virtual Environment
run: uv venv
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
enable-cache: "true"
cache-suffix: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 6d74649

Please sign in to comment.