Skip to content

Commit 12c80d2

Browse files
authored
Merge pull request #26 from ISISComputingGroup/dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 6 to 7
2 parents 3a6dd6d + 85ff5d2 commit 12c80d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828
- name: Install uv and set the python version
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
with:
3131
python-version: "3.12"
3232
- name: Install dependencies

0 commit comments

Comments
 (0)