From 57bfd7ab45de09b7509ceb09546a85700872ac1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 02:28:24 +0000 Subject: [PATCH] chore(deps): update dependency mise to v2025.1.5 --- .github/workflows/autofix.yml | 2 +- .github/workflows/e2e.yml | 6 +++--- .github/workflows/lint.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/unit.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) 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 }}