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 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