From 18480c9d822f3e4f2a3f391b9c65ee891295f5b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:16:53 +0000 Subject: [PATCH] chore(deps): update actions --- .github/workflows/audit.yml | 2 +- .github/workflows/careful.yml | 4 ++-- .github/workflows/ci-heavy.yml | 12 ++++++------ .github/workflows/ci.yml | 6 +++--- .github/workflows/coverage.yaml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index e60b68ff..66100aef 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -33,7 +33,7 @@ jobs: uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 with: toolchain: stable - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Generate lockfile (Cargo.lock) run: cargo generate-lockfile diff --git a/.github/workflows/careful.yml b/.github/workflows/careful.yml index 00eea0f3..4fbae728 100644 --- a/.github/workflows/careful.yml +++ b/.github/workflows/careful.yml @@ -37,10 +37,10 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-careful - uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 + uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 with: tool: cargo-careful - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run Cargo Careful run: cargo +${{ matrix.rust }} careful test diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index 892a72a5..199736ac 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -47,7 +47,7 @@ jobs: with: toolchain: stable components: clippy - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run clippy run: cargo clippy --all-targets --all-features -- -D warnings @@ -77,7 +77,7 @@ jobs: uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 with: toolchain: ${{ matrix.rust }} - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run Cargo Test run: cargo +${{ matrix.rust }} test --all-targets --all-features --workspace --examples id: run_tests @@ -116,7 +116,7 @@ jobs: uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 with: toolchain: ${{ matrix.rust }} - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run Cargo Doc run: cargo +${{ matrix.rust }} doc --no-deps --all-features --workspace --examples @@ -151,10 +151,10 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-hack - uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 + uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 with: tool: cargo-hack - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run Cargo Hack run: cargo +${{ matrix.rust }} hack check --feature-powerset --no-dev-deps -p ${{ matrix.crate }} @@ -253,7 +253,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-hack - uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 + uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 with: tool: cargo-hack diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab438601..4a32850b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: toolchain: stable components: clippy - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run clippy run: cargo clippy --all-targets --all-features -- -D warnings @@ -67,7 +67,7 @@ jobs: uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 with: toolchain: ${{ matrix.rust }} - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run Cargo Test run: cargo +${{ matrix.rust }} test --all-targets --all-features --workspace --examples id: run_tests @@ -106,7 +106,7 @@ jobs: uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1 with: toolchain: ${{ matrix.rust }} - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: Run Cargo Doc run: cargo +${{ matrix.rust }} doc --no-deps --all-features --workspace --examples diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index d3685b9f..7d8602ba 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-tarpaulin - uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 + uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 with: tool: cargo-tarpaulin