Skip to content

Commit bc32a1a

Browse files
authored
Merge pull request #161 from acgetchell/dependabot/github_actions/astral-sh/setup-uv-8.2.0
chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
2 parents 7fb5e17 + 259acaa commit bc32a1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python-version-file: ".python-version"
7777

7878
- name: Install uv
79-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
79+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
8080
with:
8181
version: ${{ env.UV_VERSION }}
8282
enable-cache: true

.github/workflows/semgrep-sarif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Install uv
41-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
41+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4242
with:
4343
version: ${{ env.UV_VERSION }}
4444

0 commit comments

Comments
 (0)