Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5 in the all-github-actions group (#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
dependabot[bot] and shimizukawa authored Jan 2, 2025
1 parent 2d17a9c commit fd25962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit fd25962

Please sign in to comment.