Skip to content

Commit a2b5159

Browse files
⬆️ Merge pull request #18 from include-dcc/dependabot/github_actions/astral-sh/setup-uv-7.3.1
Bump astral-sh/setup-uv from 7.2.1 to 7.3.1
2 parents 7238450 + 74eb682 commit a2b5159

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# https://github.com/astral-sh/setup-uv
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v7.2.1
36+
uses: astral-sh/setup-uv@v7.3.1
3737
with:
3838
python-version: 3.13
3939
enable-cache: true

.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.2.1
35+
uses: astral-sh/setup-uv@v7.3.1
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
enable-cache: true

.github/workflows/test_pages_build.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.2.1
35+
uses: astral-sh/setup-uv@v7.3.1
3636
with:
3737
python-version: 3.13
3838
enable-cache: true

0 commit comments

Comments
 (0)