fix: the typo of setup-uv action (#393)

* fix: spine the github hash on the third party actions

* fix: the typo of action

* fix: try to fix the build by specify the action version
This commit is contained in:
Willem Jiang
2025-07-07 08:43:11 +08:00
committed by GitHub
parent 6c254c0783
commit d8016809b2
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install the latest version of uv
uses: stral-sh/setup-uv@bd01e18f51369ad5a26f1651c3cb451d3417e3bba #v6.3.1
uses: astral-sh/setup-uv@v6.3.1
with:
version: "latest"

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install the latest version of uv
uses: stral-sh/setup-uv@bd01e18f51369ad5a26f1651c3cb451d3417e3bba #v6.3.1
uses: astral-sh/setup-uv@v6.3.1
with:
version: "latest"