Skip to content

Commit 3601565

Browse files
Bump astral-sh/setup-uv from 6 to 7 (#72)
* Bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * CHANGELOG: bump astral-sh/setup-uv from 6 to 7 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Danny Willems <be.danny.willems@gmail.com>
1 parent 52969bc commit 3601565

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Install uv
15-
uses: astral-sh/setup-uv@v6
15+
uses: astral-sh/setup-uv@v7
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install GNU sed on macOS
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v6
4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v6
43+
uses: astral-sh/setup-uv@v7
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Install deps

.github/workflows/ci-per-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Install uv
41-
uses: astral-sh/setup-uv@v6
41+
uses: astral-sh/setup-uv@v7
4242
with:
4343
python-version: "3.13"
4444
- name: Install GNU sed (macOS)

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ and this project adheres to
2828
testing triggered by the ci:per-commit label ([3967e42], [#66])
2929
- Remove duplicated lint-shell target in Makefile ([a652654], [#67])
3030
- Add mypy type checking to CI workflow ([6b9a3db], [#42])
31+
- Bump astral-sh/setup-uv from 6 to 7 ([cfa8b6c], [#72])
3132
- Migrate from Poetry to uv ([14bc55e], [#65])
3233

3334
## [0.1.10] - 2024-12-XX
@@ -65,6 +66,7 @@ and this project adheres to
6566
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9
6667

6768
<!-- Commit links -->
69+
[cfa8b6c]: https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c
6870
[6b9a3db]: https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db
6971
[d111628]: https://github.com/LeakIX/LeakIXClient-Python/commit/d111628
7072
[df916e5]: https://github.com/LeakIX/LeakIXClient-Python/commit/df916e5
@@ -86,3 +88,4 @@ and this project adheres to
8688
[#67]: https://github.com/LeakIX/LeakIXClient-Python/issues/67
8789
[#42]: https://github.com/LeakIX/LeakIXClient-Python/issues/42
8890
[#68]: https://github.com/LeakIX/LeakIXClient-Python/pull/68
91+
[#72]: https://github.com/LeakIX/LeakIXClient-Python/pull/72

0 commit comments

Comments
 (0)