Skip to content

Commit d02fb5d

Browse files
authored
Merge pull request #127 from malmeloo/renovate/astral-sh-setup-uv-6.x
chore(deps): update astral-sh/setup-uv action to v6
2 parents bfe58bd + cbfe14b commit d02fb5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010

1111
steps:
1212
- name: Install uv
13-
uses: astral-sh/setup-uv@v5
13+
uses: astral-sh/setup-uv@v6
1414
with:
1515
enable-cache: true
1616
python-version: ${{ matrix.python-version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Install uv and set the python version
21-
uses: astral-sh/setup-uv@v5
21+
uses: astral-sh/setup-uv@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

0 commit comments

Comments
 (0)