Skip to content

Commit e48faca

Browse files
Merge pull request #112 from CDCgov/dependabot/github_actions/astral-sh/setup-uv-8.3.2
Bump astral-sh/setup-uv from 8.2.0 to 8.3.2
2 parents 3cba882 + 6af1a1c commit e48faca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

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

2525
- name: Setup uv
26-
uses: astral-sh/setup-uv@v8.2.0
26+
uses: astral-sh/setup-uv@v8.3.2
2727

2828
- name: Build Wheel
2929
run: |

.github/workflows/run_qaqc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: "3.14"
2323

2424
- name: Setup uv
25-
uses: astral-sh/setup-uv@v8.2.0
25+
uses: astral-sh/setup-uv@v8.3.2
2626

2727
- name: Test
2828
run: |

0 commit comments

Comments
 (0)