diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a86229d..5ffbd44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Install just if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7 + uses: taiki-e/install-action@4a136ceac97fe29b942ff3b6c749a46c7950d853 # v2.68.20 with: tool: just @@ -80,13 +80,13 @@ jobs: - name: Install typos-cli if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7 + uses: taiki-e/install-action@4a136ceac97fe29b942ff3b6c749a46c7950d853 # v2.68.20 with: tool: typos-cli@${{ env.TYPOS_VERSION }} - name: Install taplo (for TOML formatting and linting) if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7 + uses: taiki-e/install-action@4a136ceac97fe29b942ff3b6c749a46c7950d853 # v2.68.20 with: tool: taplo-cli diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5aadfd5..b8fe429 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -48,7 +48,7 @@ jobs: fi - name: Install just - uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7 + uses: taiki-e/install-action@4a136ceac97fe29b942ff3b6c749a46c7950d853 # v2.68.20 with: tool: just