diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 239a2a4..0fe6846 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.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 GNU sed on macOS @@ -40,7 +40,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 deps diff --git a/.github/workflows/ci-per-commit.yaml b/.github/workflows/ci-per-commit.yaml index 3cb2112..19c6f3b 100644 --- a/.github/workflows/ci-per-commit.yaml +++ b/.github/workflows/ci-per-commit.yaml @@ -38,7 +38,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: Install GNU sed (macOS) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec13370..ecbcbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to testing triggered by the ci:per-commit label ([3967e42], [#66]) - Remove duplicated lint-shell target in Makefile ([a652654], [#67]) - Add mypy type checking to CI workflow ([6b9a3db], [#42]) +- Bump astral-sh/setup-uv from 6 to 7 ([cfa8b6c], [#72]) - Migrate from Poetry to uv ([14bc55e], [#65]) ## [0.1.10] - 2024-12-XX @@ -65,6 +66,7 @@ and this project adheres to [0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9 +[cfa8b6c]: https://github.com/LeakIX/LeakIXClient-Python/commit/cfa8b6c [6b9a3db]: https://github.com/LeakIX/LeakIXClient-Python/commit/6b9a3db [d111628]: https://github.com/LeakIX/LeakIXClient-Python/commit/d111628 [df916e5]: https://github.com/LeakIX/LeakIXClient-Python/commit/df916e5 @@ -86,3 +88,4 @@ and this project adheres to [#67]: https://github.com/LeakIX/LeakIXClient-Python/issues/67 [#42]: https://github.com/LeakIX/LeakIXClient-Python/issues/42 [#68]: https://github.com/LeakIX/LeakIXClient-Python/pull/68 +[#72]: https://github.com/LeakIX/LeakIXClient-Python/pull/72