Skip to content

Commit f043944

Browse files
authored
Merge pull request #48 from pdftables/dependabot/github_actions/astral-sh/setup-uv-7.2.1
Bump astral-sh/setup-uv from 7.2.0 to 7.2.1
2 parents a67f9b2 + 74c4206 commit f043944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Install the latest version of uv
21-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
21+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
2222

2323
- name: Install python
2424
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)