This commit is contained in:
dependabot[bot] 2024-02-01 19:52:14 +00:00 committed by GitHub
commit 0457edc3e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ jobs:
restore-keys: | restore-keys: |
cargo-base-${{ env.RUSTC_CACHEKEY }} cargo-base-${{ env.RUSTC_CACHEKEY }}
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3 uses: mozilla-actions/sccache-action@v0.0.4
- run: cargo build --locked --all-targets - run: cargo build --locked --all-targets
lint: lint:
@ -52,7 +52,7 @@ jobs:
cargo-base-${{ env.RUSTC_CACHEKEY }} cargo-base-${{ env.RUSTC_CACHEKEY }}
fail-on-cache-miss: true fail-on-cache-miss: true
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3 uses: mozilla-actions/sccache-action@v0.0.4
- run: cargo fmt --all -- --check - run: cargo fmt --all -- --check
- run: cargo check - run: cargo check
@ -82,7 +82,7 @@ jobs:
cargo-base-${{ env.RUSTC_CACHEKEY }} cargo-base-${{ env.RUSTC_CACHEKEY }}
fail-on-cache-miss: true fail-on-cache-miss: true
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3 uses: mozilla-actions/sccache-action@v0.0.4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
- name: set PYVERSION - name: set PYVERSION
@ -119,7 +119,7 @@ jobs:
cargo-base-${{ env.RUSTC_CACHEKEY }} cargo-base-${{ env.RUSTC_CACHEKEY }}
fail-on-cache-miss: true fail-on-cache-miss: true
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3 uses: mozilla-actions/sccache-action@v0.0.4
- run: cargo test - run: cargo test
@ -146,7 +146,7 @@ jobs:
cargo-base-${{ env.RUSTC_CACHEKEY }} cargo-base-${{ env.RUSTC_CACHEKEY }}
fail-on-cache-miss: true fail-on-cache-miss: true
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3 uses: mozilla-actions/sccache-action@v0.0.4
- run: cargo test - run: cargo test
@ -170,7 +170,7 @@ jobs:
cargo-base-${{ env.RUSTC_CACHEKEY }} cargo-base-${{ env.RUSTC_CACHEKEY }}
fail-on-cache-miss: true fail-on-cache-miss: true
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3 uses: mozilla-actions/sccache-action@v0.0.4
- uses: actions-rs/tarpaulin@v0.1 - uses: actions-rs/tarpaulin@v0.1
with: with: