From 00d9169d8554666188f19c8ab1887cac17febc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:54:52 +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/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ff8122e..4ba55eb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - name: Install gsed (macOS) From 743775c1c0ee27a7dfcc449276c3afd953801d39 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:59:30 +0000 Subject: [PATCH 2/2] CHANGELOG: bump astral-sh/setup-uv from 6 to 7 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ded19..d34b2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to bisect and revert ([bc4872d], [#59]) - CI: use Makefile targets in workflows and add sequential per-commit testing ([fa582dc], [#62]) +- CI: bump astral-sh/setup-uv from 6 to 7 ([961f9ee], [#58]) ## [1.4.0] - 2026-02-09 @@ -170,6 +171,7 @@ and this project adheres to [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 +[961f9ee]: https://github.com/LeakIX/l9format-python/commit/961f9ee [5f4fc51]: https://github.com/LeakIX/l9format-python/commit/5f4fc51 [ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db [4464bfd]: https://github.com/LeakIX/l9format-python/commit/4464bfd @@ -260,6 +262,7 @@ and this project adheres to [#50]: https://github.com/LeakIX/l9format-python/pull/50 [#51]: https://github.com/LeakIX/l9format-python/pull/51 [#56]: https://github.com/LeakIX/l9format-python/pull/56 +[#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 [#43]: https://github.com/LeakIX/l9format-python/issues/43