From c9216ba4a0c4ee41993a527f1d3d041c78599dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:45:39 +0000 Subject: [PATCH 1/2] Build(deps): 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](https://github.com/astral-sh/setup-uv/compare/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] --- .github/workflows/ci-per-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-per-commit.yaml b/.github/workflows/ci-per-commit.yaml index ab408fd..cf11632 100644 --- a/.github/workflows/ci-per-commit.yaml +++ b/.github/workflows/ci-per-commit.yaml @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: "3.13" - name: Determine commit range From 095e6b1d256e1dbf1fe8408c15eeee2406e129ec Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 16 Mar 2026 19:48:39 +0100 Subject: [PATCH 2/2] CHANGELOG: bump astral-sh/setup-uv from 6 to 7 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3a1d4..a3ae06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Infrastructure + +- CI: bump astral-sh/setup-uv from 6 to 7 ([c9216ba], [#64]) + ## [2.0.0] - 2026-03-16 ### Changed @@ -190,6 +194,7 @@ and this project adheres to +[c9216ba]: https://github.com/LeakIX/l9format-python/commit/c9216ba [fa582dc]: https://github.com/LeakIX/l9format-python/commit/fa582dc [bc4872d]: https://github.com/LeakIX/l9format-python/commit/bc4872d [6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd @@ -287,4 +292,5 @@ and this project adheres to [#58]: https://github.com/LeakIX/l9format-python/pull/58 [#59]: https://github.com/LeakIX/l9format-python/issues/59 [#62]: https://github.com/LeakIX/l9format-python/pull/62 +[#64]: https://github.com/LeakIX/l9format-python/pull/64 [#43]: https://github.com/LeakIX/l9format-python/issues/43