diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0821eb..8fbc787 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Platform Dependencies uses: ./.github/actions/platform-deps - name: Install Nextest - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 + uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 with: { tool: nextest@0.9 } - name: Test run: cargo nextest run --profile ci --all-targets --no-tests warn @@ -47,7 +47,7 @@ jobs: - name: Install Platform Dependencies uses: ./.github/actions/platform-deps - name: Install cargo-bundle - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 + uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 with: { tool: cargo-bundle@0.11.0 } - name: Bundle run: cargo bundle