Skip to content

Commit 1766b11

Browse files
dependabot[bot]dalito
authored andcommitted
Bump the github-actions group across 2 directories with 1 update
Bumps the github-actions group with 1 update in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Bumps the github-actions group with 1 update in the /template/.github/workflows directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 7.3.1 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.3.1...v8.0.0) Updates `astral-sh/setup-uv` from 7.3.1 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7.3.1...v8.0.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ec9f94 commit 1766b11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6.0.2
1818
with:
1919
fetch-depth: 0
20-
- uses: astral-sh/setup-uv@v7.3.1
20+
- uses: astral-sh/setup-uv@v8.0.0
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- run: uv sync --group test
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v6.0.2
3636
with:
3737
fetch-depth: 0
38-
- uses: astral-sh/setup-uv@v7.3.1
38+
- uses: astral-sh/setup-uv@v8.0.0
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Install just

template/.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# https://github.com/astral-sh/setup-uv
3939
- name: Install uv
40-
uses: astral-sh/setup-uv@v7.3.1
40+
uses: astral-sh/setup-uv@v8.0.0
4141
with:
4242
python-version: ${{ matrix.pyversion }}
4343
enable-cache: true

template/.github/workflows/main.yaml

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

3333
# https://github.com/astral-sh/setup-uv
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v7.3.1
35+
uses: astral-sh/setup-uv@v8.0.0
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
enable-cache: true

0 commit comments

Comments
 (0)