diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d75f7b7..57266f9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install and Build run: | npm install diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index ebc7937..8fcdd84 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -15,7 +15,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install and Build env: BASE_URL: "/Clean-Code-zh/pr-preview/pr-${{ github.event.pull_request.number }}/"