From b9fd80ac3423e20bf4d4f2ee9f7a6facf71855ab Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:32:00 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a18e6b5..975a6f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: # We need to fetch the entire history so clippy can run the # e2e-example/client build script. fetch-depth: 0 - - uses: dtolnay/rust-toolchain@stable + - uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable with: components: rustfmt, clippy - - uses: taiki-e/install-action@just + - uses: taiki-e/install-action@ae666e311a8d98d0043e81161903fc9f9beb8689 # just - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: partition-${{ matrix.partition }} @@ -54,14 +54,14 @@ jobs: # We need to fetch the entire history so the tests can run merge-base # operations. fetch-depth: 0 - - uses: dtolnay/rust-toolchain@master + - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # master with: toolchain: ${{ matrix.rust-version }} - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: partition-${{ matrix.partition }} - - uses: taiki-e/install-action@nextest - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@14ff41b41703c458277b44f1018efc7d5b715234 # nextest + - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf # v2 with: tool: jj-cli - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 213975b..d218de4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: rust-lang/crates-io-auth-action@v1 id: auth - name: Install Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable - name: Install cargo release uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 with: