diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e684f2f5..7b460d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: Swatinem/rust-cache@v2 - uses: taiki-e/install-action@cargo-hack - uses: taiki-e/install-action@nextest @@ -36,8 +34,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: Swatinem/rust-cache@v2 - name: Formatting run: cargo fmt --all --check @@ -47,8 +43,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: Swatinem/rust-cache@v2 - name: Docs env: diff --git a/.github/workflows/feature_powerset.yml b/.github/workflows/feature_powerset.yml index 9678b0be..15423c21 100644 --- a/.github/workflows/feature_powerset.yml +++ b/.github/workflows/feature_powerset.yml @@ -26,8 +26,6 @@ jobs: should_run2: ${{ steps.label_trigger.outputs.should_run }} steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: print latest_commit run: echo ${{ github.sha }} @@ -50,8 +48,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - uses: Swatinem/rust-cache@v2 - uses: taiki-e/install-action@cargo-hack