Skip to content

Commit a668254

Browse files
build(deps): bump astral-sh/setup-uv from 7.1.0 to 7.1.1 in the actions group (#4674)
1 parent 7871b9b commit a668254

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: Install uv ${{ vars.UV_VERSION }}
24-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
24+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
2525
with:
2626
enable-cache: true
2727
version: ${{ vars.UV_VERSION }}

.github/workflows/generate_vectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version-file: "consensus-specs/pyproject.toml"
3838
- name: Install uv ${{ vars.UV_VERSION }}
39-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
39+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
4040
with:
4141
enable-cache: true
4242
version: ${{ vars.UV_VERSION }}

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version-file: "pyproject.toml"
4444
- name: Install uv ${{ vars.UV_VERSION }}
45-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
45+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
4646
with:
4747
enable-cache: true
4848
version: ${{ vars.UV_VERSION }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version-file: "consensus-specs/pyproject.toml"
2929

3030
- name: Install uv ${{ vars.UV_VERSION }}
31-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
31+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
3232
with:
3333
enable-cache: true
3434
version: ${{ vars.UV_VERSION }}

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version-file: "pyproject.toml"
2525
- name: Install uv ${{ vars.UV_VERSION }}
26-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
26+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
2727
with:
2828
enable-cache: true
2929
version: ${{ vars.UV_VERSION }}
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
python-version-file: "pyproject.toml"
6868
- name: Install uv ${{ vars.UV_VERSION }}
69-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
69+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
7070
with:
7171
enable-cache: true
7272
version: ${{ vars.UV_VERSION }}
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
python-version-file: "pyproject.toml"
108108
- name: Install uv ${{ vars.UV_VERSION }}
109-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
109+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
110110
with:
111111
enable-cache: true
112112
version: ${{ vars.UV_VERSION }}

0 commit comments

Comments
 (0)