瀏覽代碼

Housekeeping for CI

SukkaW 6 月之前
父節點
當前提交
8e4bd07f07
共有 2 個文件被更改,包括 3 次插入4 次删除
  1. 2 3
      .github/workflows/check-source-domain.yml
  2. 1 1
      .github/workflows/main.yml

+ 2 - 3
.github/workflows/check-source-domain.yml

@@ -12,14 +12,13 @@ jobs:
       # - name: Tune GitHub-hosted runner network
       #   # https://github.com/actions/runner-images/issues/1187
       #   uses: smorimoto/tune-github-hosted-runner-network@v1
-      - name: Checkout
-        uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           persist-credentials: false
       - uses: pnpm/action-setup@v4
         with:
           run_install: false
-      - uses: actions/setup-node@v4
+      - uses: actions/setup-node@v5
         with:
           node-version-file: ".node-version"
           cache: "pnpm"

+ 1 - 1
.github/workflows/main.yml

@@ -35,7 +35,7 @@ jobs:
         run: |
           echo "build_dir=previous-build-${{ github.run_id }}-${{ github.run_number }}" >> $GITHUB_OUTPUT
       - name: Download Previous Build
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           repository: SukkaLab/ruleset.skk.moe
           persist-credentials: false