From b859ce706209a86d116bdcbe6aca75ec4b841032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:38:23 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/cloudflare-deploy.yaml | 2 +- .github/workflows/cloudflare-preview.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloudflare-deploy.yaml b/.github/workflows/cloudflare-deploy.yaml index a769ac8..71f981c 100644 --- a/.github/workflows/cloudflare-deploy.yaml +++ b/.github/workflows/cloudflare-deploy.yaml @@ -31,7 +31,7 @@ jobs: PULUMI_CONFIG_PASSPHRASE: op://Infrastructure/pulumi-backend/passphrase - name: Install mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Install cloudflare-apps dependencies run: yarn --cwd cloudflare-apps install --immutable diff --git a/.github/workflows/cloudflare-preview.yaml b/.github/workflows/cloudflare-preview.yaml index 0d1bf29..99b74ac 100644 --- a/.github/workflows/cloudflare-preview.yaml +++ b/.github/workflows/cloudflare-preview.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Install cloudflare-apps dependencies run: yarn --cwd cloudflare-apps install --immutable