Skip to content

Commit 080a0b3

Browse files
⬆️ Bump astral-sh/setup-uv in the actions group (#39)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a248aa commit 080a0b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
27+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
2828

2929
- name: Install the project
3030
run: uv sync --locked --group test
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4747

4848
- name: Install uv
49-
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
49+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7878

7979
- name: Install uv
80-
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
80+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383
- name: Install the project

0 commit comments

Comments
 (0)