diff --git a/.github/workflows/format-workflow.yml b/.github/workflows/format-workflow.yml index 2375eaf52..d058c91f8 100644 --- a/.github/workflows/format-workflow.yml +++ b/.github/workflows/format-workflow.yml @@ -24,7 +24,7 @@ jobs: - name: Setup | Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install | Taplo - uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 with: tool: taplo-cli@0.10.0 - name: Presets | Validate with schema diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 606b2d1b6..10ccefa75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: - name: Setup | Install cross [Linux] if: matrix.os == 'ubuntu-latest' - uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 with: tool: cross@0.2.5 diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0a654e8b3..f2a6927cd 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -162,7 +162,7 @@ jobs: uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2.77.7 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3 with: tool: cargo-llvm-cov@0.8.5