Skip to content

Commit c7e18f2

Browse files
chore(deps): update astral-sh/setup-uv action to v7
1 parent 8434aab commit c7e18f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
submodules: recursive
6666

6767
- name: Install uv and set the python version ${{ matrix.python-version }}
68-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
68+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
104104
- name: Install uv and set the python version
105-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
105+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
106106
with:
107107
python-version: "3.13"
108108
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@7edac99f961f18b581bbd960d59d049f04c0002f # v6
55+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
5656
with:
5757
python-version: "3.13"
5858

0 commit comments

Comments
 (0)