Skip to content

Commit d7d8663

Browse files
chore(deps): update astral-sh/setup-uv digest to d0cc045
1 parent b45e3c8 commit d7d8663

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@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
104104
- name: Install uv and set the python version
105-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6
105+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
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@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
5656
with:
5757
python-version: "3.13"
5858

0 commit comments

Comments
 (0)