diff --git a/.github/workflows/codex-raw-ci.yml b/.github/workflows/codex-raw-ci.yml index 12e6e9e58..6b3bde384 100644 --- a/.github/workflows/codex-raw-ci.yml +++ b/.github/workflows/codex-raw-ci.yml @@ -41,13 +41,13 @@ jobs: components: clippy, rustfmt - name: Install just - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49 + uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2.85.1 with: tool: just@1.42.4 fallback: none - name: Install cargo-nextest - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49 + uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2.85.1 with: tool: nextest@0.9.103 fallback: none