Skip to content

Commit d05b39a

Browse files
chore(deps): update astral-sh/setup-uv digest to 6ee6290 (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80da6b9 commit d05b39a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
submodules: recursive
6969

7070
- name: Install uv and set the python version ${{ matrix.python-version }}
71-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
71+
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474
activate-environment: true
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
108108
- name: Install uv and set the python version
109-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
109+
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7
110110
with:
111111
python-version: "3.13"
112112
enable-cache: false # caching is done automatically in `pre-commit/action`

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
submodules: recursive
5353

5454
- name: Install uv and set the python version
55-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
55+
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7
5656
with:
5757
python-version: "3.13"
5858

0 commit comments

Comments
 (0)