Skip to content

Commit efbfbaa

Browse files
Bump astral-sh/setup-uv from 3 to 4 (#279)
* Bump astral-sh/setup-uv from 3 to 4 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 4. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v4) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c3d6828 commit efbfbaa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: git config --global user.name 'Github Actions'
1616
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
1717
- name: Install the latest version of uv
18-
uses: astral-sh/setup-uv@v3
18+
uses: astral-sh/setup-uv@v4
1919
with:
2020
version: "latest"
2121
- run: >-

.pre-commit-hooks.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- id: pyproject-fmt
2-
name: pyproject-fmt
3-
description: ''
4-
entry: pyproject-fmt
5-
language: python
6-
'files': (^|/)pyproject\.toml$
7-
args: []
8-
require_serial: false
9-
additional_dependencies: []
10-
minimum_pre_commit_version: '0'
1+
- id: pyproject-fmt
2+
name: pyproject-fmt
3+
description: ""
4+
entry: pyproject-fmt
5+
language: python
6+
"files": (^|/)pyproject\.toml$
7+
args: []
8+
require_serial: false
9+
additional_dependencies: []
10+
minimum_pre_commit_version: "0"

0 commit comments

Comments
 (0)