diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f447c9..31a7d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # SonarQube needs full history for blame/new-code - name: Set up mise (node + bun) - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 + uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 - name: Install dependencies run: bun install --frozen-lockfile diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 076fe2a..f93af32 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false # deploy auths via CLOUDFLARE_API_TOKEN, not git - name: Set up mise (node + bun) - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 + uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 - name: Install dependencies run: bun install --frozen-lockfile --ignore-scripts diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f9dc8e..5778721 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: persist-credentials: false # deploy auths via CLOUDFLARE_API_TOKEN, not git - name: Set up mise (node + bun) - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 + uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 - name: Install dependencies # --ignore-scripts: don't run dependency lifecycle scripts on a deploy.