From 53f367b8a65d569401958734b6d4289efbc6f858 Mon Sep 17 00:00:00 2001 From: SWHL Date: Fri, 8 Nov 2024 15:55:53 +0800 Subject: [PATCH] ci: update ci cfg --- .github/workflows/gen_whl_to_pypi_rapid_orientation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen_whl_to_pypi_rapid_orientation.yml b/.github/workflows/gen_whl_to_pypi_rapid_orientation.yml index fe54077..a88c282 100644 --- a/.github/workflows/gen_whl_to_pypi_rapid_orientation.yml +++ b/.github/workflows/gen_whl_to_pypi_rapid_orientation.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Pull latest code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3.10 uses: actions/setup-python@v4 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.10 uses: actions/setup-python@v4