diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea6938c6..db67ca38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: - uses: ./.github/actions/seed-ort-cache # Pin sqlx-cli to 0.9 so the CLI's offline-cache format matches the # workspace sqlx 0.9 (the .sqlx/ files it verifies). - - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: sqlx-cli@0.9 @@ -284,7 +284,7 @@ jobs: # artifacts stay valid). Linking ~99 instrumented test binaries is # the bulk of a warm-cache "compile" phase; mold cuts it sharply. - uses: rui314/setup-mold@7e4f20ad28a2e8ca6fd0892ccf72e2abb706b9c3 # v1 (mutable tag) - - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: cargo-llvm-cov,cargo-nextest @@ -495,7 +495,7 @@ jobs: # its cache from a release asset so cold-cache builds don't touch it. - uses: ./.github/actions/seed-ort-cache - uses: rui314/setup-mold@7e4f20ad28a2e8ca6fd0892ccf72e2abb706b9c3 # v1 (mutable tag) - - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: sqlx-cli@0.9 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0