Skip to content

Commit 924a90c

Browse files
dependabot[bot]amotl
authored andcommitted
Bump astral-sh/setup-uv from 5 to 6
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6480d98 commit 924a90c

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/dynamodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: ${{ matrix.python-version }}
6868

6969
- name: Install uv
70-
uses: astral-sh/setup-uv@v5
70+
uses: astral-sh/setup-uv@v6
7171
with:
7272
cache-dependency-glob: |
7373
pyproject.toml

.github/workflows/influxdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: ${{ matrix.python-version }}
6868

6969
- name: Install uv
70-
uses: astral-sh/setup-uv@v5
70+
uses: astral-sh/setup-uv@v6
7171
with:
7272
cache-dependency-glob: |
7373
pyproject.toml

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ matrix.python-version }}
6464

6565
- name: Install uv
66-
uses: astral-sh/setup-uv@v5
66+
uses: astral-sh/setup-uv@v6
6767
with:
6868
cache-dependency-glob: |
6969
pyproject.toml
@@ -130,7 +130,7 @@ jobs:
130130
python-version: ${{ matrix.python-version }}
131131

132132
- name: Install uv
133-
uses: astral-sh/setup-uv@v5
133+
uses: astral-sh/setup-uv@v6
134134
with:
135135
cache-dependency-glob: |
136136
pyproject.toml
@@ -213,7 +213,7 @@ jobs:
213213
python-version: ${{ matrix.python-version }}
214214

215215
- name: Install uv
216-
uses: astral-sh/setup-uv@v5
216+
uses: astral-sh/setup-uv@v6
217217
with:
218218
cache-dependency-glob: |
219219
pyproject.toml
@@ -284,7 +284,7 @@ jobs:
284284
python-version: ${{ matrix.python-version }}
285285

286286
- name: Install uv
287-
uses: astral-sh/setup-uv@v5
287+
uses: astral-sh/setup-uv@v6
288288
with:
289289
cache-dependency-glob: |
290290
pyproject.toml
@@ -355,7 +355,7 @@ jobs:
355355
python-version: ${{ matrix.python-version }}
356356

357357
- name: Install uv
358-
uses: astral-sh/setup-uv@v5
358+
uses: astral-sh/setup-uv@v6
359359
with:
360360
cache-dependency-glob: |
361361
pyproject.toml

.github/workflows/mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ matrix.python-version }}
6464

6565
- name: Install uv
66-
uses: astral-sh/setup-uv@v5
66+
uses: astral-sh/setup-uv@v6
6767
with:
6868
cache-dependency-glob: |
6969
pyproject.toml

.github/workflows/release-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: '3.12'
4444

4545
- name: Install uv
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@v6
4747
with:
4848
cache-dependency-glob: |
4949
pyproject.toml

.github/workflows/release-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: '3.11'
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v5
43+
uses: astral-sh/setup-uv@v6
4444
with:
4545
cache-dependency-glob: |
4646
pyproject.toml

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.12'
2424

2525
- name: Install uv
26-
uses: astral-sh/setup-uv@v5
26+
uses: astral-sh/setup-uv@v6
2727
with:
2828
cache-dependency-glob: |
2929
pyproject.toml

0 commit comments

Comments
 (0)