Skip to content

Commit 3718314

Browse files
Bump astral-sh/setup-uv (#16)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7bbb36f4345bf059635fb6d04d0fb369ca42338e to 445689ea25e0de0a23313031f5fe577c74ae45a1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@7bbb36f...445689e) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 445689ea25e0de0a23313031f5fe577c74ae45a1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Taylor <132399041+chris11-taylor-nttd@users.noreply.github.com>
1 parent f605da7 commit 3718314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.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@09d2acae674a48949e3602304ab46fd20ae0c42f
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: astral-sh/setup-uv@7bbb36f4345bf059635fb6d04d0fb369ca42338e
29+
uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Ruff check

0 commit comments

Comments
 (0)