Skip to content

Commit f8e18fd

Browse files
authored
Merge pull request #58 from LeakIX/dependabot/github_actions/astral-sh/setup-uv-7
Build(deps): Bump astral-sh/setup-uv from 6 to 7
2 parents 52560b3 + 743775c commit f8e18fd

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
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 gsed (macOS)

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to
2121
bisect and revert ([bc4872d], [#59])
2222
- CI: use Makefile targets in workflows and add sequential per-commit testing
2323
([fa582dc], [#62])
24+
- CI: bump astral-sh/setup-uv from 6 to 7 ([961f9ee], [#58])
2425

2526
## [1.4.0] - 2026-02-09
2627

@@ -170,6 +171,7 @@ and this project adheres to
170171
[fa582dc]: https://github.com/LeakIX/l9format-python/commit/fa582dc
171172
[bc4872d]: https://github.com/LeakIX/l9format-python/commit/bc4872d
172173
[6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd
174+
[961f9ee]: https://github.com/LeakIX/l9format-python/commit/961f9ee
173175
[5f4fc51]: https://github.com/LeakIX/l9format-python/commit/5f4fc51
174176
[ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db
175177
[4464bfd]: https://github.com/LeakIX/l9format-python/commit/4464bfd
@@ -260,6 +262,7 @@ and this project adheres to
260262
[#50]: https://github.com/LeakIX/l9format-python/pull/50
261263
[#51]: https://github.com/LeakIX/l9format-python/pull/51
262264
[#56]: https://github.com/LeakIX/l9format-python/pull/56
265+
[#58]: https://github.com/LeakIX/l9format-python/pull/58
263266
[#59]: https://github.com/LeakIX/l9format-python/issues/59
264267
[#62]: https://github.com/LeakIX/l9format-python/pull/62
265268
[#43]: https://github.com/LeakIX/l9format-python/issues/43

0 commit comments

Comments
 (0)