Skip to content

Commit 6da7890

Browse files
chore(deps): pin astral-sh/setup-uv action to bd01e18 (#514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb47cbb commit 6da7890

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Install uv and set the python version
32-
uses: astral-sh/setup-uv@v6
32+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060
- name: Install uv and set the python version
61-
uses: astral-sh/setup-uv@v6
61+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
6262
with:
6363
python-version: "3.13"
6464

@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7979
- name: Install uv and set the python version
80-
uses: astral-sh/setup-uv@v6
80+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
8181
with:
8282
python-version: "3.13"
8383
ignore-nothing-to-cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646

4747
- name: Install uv and set the python version
48-
uses: astral-sh/setup-uv@v6
48+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
4949
with:
5050
python-version: "3.13"
5151

0 commit comments

Comments
 (0)