From d8016809b279b43f2c22b99ade26b12b3c218ea0 Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Mon, 7 Jul 2025 08:43:11 +0800 Subject: [PATCH] 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 --- .github/workflows/lint.yaml | 2 +- .github/workflows/unittest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b2b1951..28c00ce 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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" diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index 68351fe..c663735 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -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"