From 674f9003b6b8c31008827596a681fa23357b9fa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:29:58 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action digest to c37c932 --- .github/workflows/changeset-version.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changeset-version.yml b/.github/workflows/changeset-version.yml index 0fb4705..86180a9 100644 --- a/.github/workflows/changeset-version.yml +++ b/.github/workflows/changeset-version.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 - name: Create .npmrc run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0317412..5b3f7ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 - name: Install dependencies run: bun install --frozen-lockfile - name: Check with Biome @@ -27,7 +27,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 - name: Install dependencies run: bun install --frozen-lockfile - name: Run tests @@ -43,7 +43,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 - name: Install dependencies run: bun install --frozen-lockfile - name: Type check with tsc @@ -58,7 +58,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Setup Node.js and Bun - uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 - name: Install dependencies run: bun install --frozen-lockfile - name: Publish dry run (check "slow types" and so on)