Skip to content

Commit fd25962

Browse files
Bump astral-sh/setup-uv from 4 to 5 in the all-github-actions group (#172)
* Bump astral-sh/setup-uv from 4 to 5 in the all-github-actions group Bumps the all-github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 4 to 5 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * update for setup-uv@v5. Now "enable-cache: true" is default. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Takayuki SHIMIZUKAWA <[email protected]>
1 parent 2d17a9c commit fd25962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
- uses: actions/checkout@v4
3939

4040
- name: Set up Python ${{ matrix.python-version }}
41-
uses: astral-sh/setup-uv@v4
41+
uses: astral-sh/setup-uv@v5
4242
with:
43-
enable-cache: true
4443
cache-dependency-glob: "pyproject.toml"
4544
cache-suffix: ${{ matrix.python-version }}
4645

0 commit comments

Comments
 (0)