mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Housekeeping for CI
This commit is contained in:
parent
f66ea83e68
commit
8e4bd07f07
5
.github/workflows/check-source-domain.yml
vendored
5
.github/workflows/check-source-domain.yml
vendored
@ -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"
|
||||
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user