diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 768a5ca..a544d2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: name: Dashboard runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v7 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm @@ -64,10 +64,10 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -177,7 +177,7 @@ jobs: extra-args: -F "standard" no-test: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - name: Download dashboard build @@ -185,7 +185,7 @@ jobs: with: name: dashboard-dist path: clash-dashboard/dist - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -301,7 +301,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 75e9635..0bd8f6a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -53,7 +53,7 @@ jobs: CLASH_DOCKER_TEST: ${{ startsWith(matrix.os, 'ubuntu') && 'true' || 'false' }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: codecov.json diff --git a/.github/workflows/proxy-throughput-release.yml b/.github/workflows/proxy-throughput-release.yml index 65595c6..76063b2 100644 --- a/.github/workflows/proxy-throughput-release.yml +++ b/.github/workflows/proxy-throughput-release.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/proxy-throughput.yml b/.github/workflows/proxy-throughput.yml index 6958e62..ed558aa 100644 --- a/.github/workflows/proxy-throughput.yml +++ b/.github/workflows/proxy-throughput.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a355eb..2418dc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 ref: master diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 8d48d11..19b5821 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Spell Check Repo - uses: crate-ci/typos@v1.46.0 + uses: crate-ci/typos@v1.50.2