diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 49c835dc..3f131027 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -30,7 +30,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c2a4609a..030e0819 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -34,7 +34,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} @@ -69,7 +69,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} @@ -142,7 +142,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7f8645d5..43960e36 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} @@ -72,7 +72,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} @@ -98,7 +98,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e968cef..f900f80f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index ed4c94f8..a9f6c7f7 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -31,7 +31,7 @@ jobs: - name: Install mise uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 with: - version: 2025.1.4 + version: 2025.1.5 cache_save: ${{ github.ref_name == 'main' }} env: GITHUB_TOKEN: ${{ github.token }}