diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad62e48..96494b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: node-version: ["24"] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - run: npm ci - name: Lint run: npx biome check . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dbcd69..4908957 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - run: npm ci - run: npx vitest run - run: npx biome check .