diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index d95c33dd0..fe0d80f58 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: experimental: true - name: Generate CHANGELOG.md diff --git a/.github/workflows/flare-ui.yml b/.github/workflows/flare-ui.yml index d81c4cfe1..bf2496318 100644 --- a/.github/workflows/flare-ui.yml +++ b/.github/workflows/flare-ui.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v6 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: experimental: true - name: Run tests - ${{ matrix.name }} @@ -112,7 +112,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v6 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: experimental: true - name: Run snapshot tests - ${{ matrix.name }} diff --git a/.github/workflows/flare.yml b/.github/workflows/flare.yml index 779db4c4f..1890aef77 100644 --- a/.github/workflows/flare.yml +++ b/.github/workflows/flare.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v6 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: experimental: true - name: Run tests - ${{ matrix.name }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a7c5e692..6056af63d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - name: Run run: mise run lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26a2e57b1..ff99f5db5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: experimental: true - name: check for changes since last release