Skip to content

Commit 3ce04bf

Browse files
⬆️ Update astral-sh/setup-uv action to v6 (#25)
* ⬆️ Update astral-sh/setup-uv action to v6 * Update README.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 66b9618 commit 3ce04bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/markdown-code-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: "3.13.2"
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v5
25+
uses: astral-sh/setup-uv@v6
2626

2727
- name: Install markdown-code-runner
2828
run: |

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install uv
20-
uses: astral-sh/setup-uv@v5
20+
uses: astral-sh/setup-uv@v6
2121
- name: Install dependencies
2222
run: uv sync --all-extras
2323
- name: Run pytest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
python-version: "3.13.2"
270270
271271
- name: Install uv
272-
uses: astral-sh/setup-uv@v5
272+
uses: astral-sh/setup-uv@v6
273273
274274
- name: Install markdown-code-runner
275275
run: |

0 commit comments

Comments
 (0)