Skip to content

Commit 764e3a4

Browse files
build(deps): bump the all-dependencies group across 2 directories with 2 updates (#707)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09abb4b commit 764e3a4

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616

1717
steps:
1818
- name: Set up uv with Python ${{ inputs.python-version }}
19-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
19+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2020
with:
2121
python-version: ${{ inputs.python-version }}
2222
activate-environment: true

.github/workflows/_build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
tool-cache: true
6868

6969
- name: Set up uv
70-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
70+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7171
with:
7272
# NOTE: This is a version used for cibuildwheel but not for wheels.
7373
python-version: '3.14'

.github/workflows/_build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
submodules: recursive
4444

4545
- name: Set up uv
46-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
46+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4747
with:
4848
# NOTE: This is a version used for cibuildwheel but not for wheels.
4949
python-version: '3.11'

.github/workflows/_upload_index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v7
3434

3535
- name: Set up uv
36-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
36+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3737
with:
3838
python-version: '3.13'
3939
activate-environment: true

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Add PR labels
23-
uses: actions/labeler@v6
23+
uses: actions/labeler@v7
2424
continue-on-error: true
2525
with:
2626
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v7
2121

2222
- name: Set up uv
23-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
23+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2424
with:
2525
python-version: '3.10'
2626
activate-environment: true

0 commit comments

Comments
 (0)