diff --git a/.github/workflows/codex-raw-ci.yml b/.github/workflows/codex-raw-ci.yml index 12e6e9e58..bb131ffe5 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@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2.84.0 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@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2.84.0 with: tool: nextest@0.9.103 fallback: none