From 22d3f1223e833ea9c80b2e38d18bb1c73274315c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:17:10 +0000 Subject: [PATCH] Bump hynek/setup-cached-uv from 2.2.1 to 2.3.0 Bumps [hynek/setup-cached-uv](https://github.com/hynek/setup-cached-uv) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/hynek/setup-cached-uv/releases) - [Changelog](https://github.com/hynek/setup-cached-uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/setup-cached-uv/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: hynek/setup-cached-uv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0a696f0..04aaa21e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: with: python-version: '${{ matrix.python }}' - name: Setup and Cache UV - uses: hynek/setup-cached-uv@v2.2.1 + uses: hynek/setup-cached-uv@v2.3.0 with: cache-suffix: '-${{ matrix.python }}' cache-dependency-path: '**/requirements/test.txt'