diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24f1eb5..b764abe 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0 + uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0 + uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3 with: { tool: cargo-bundle@0.11.0 } - name: Bundle run: cargo bundle