From 9a7ff08e206ba81f3baa079eaf3d8a9c1ec465ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:43:41 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v2.1.11 --- .github/workflows/auto-format.yml | 2 +- .github/workflows/checks.yml | 6 +++--- .github/workflows/wc-auto-correct.yml | 2 +- .github/workflows/wc-bun-lockb.yml | 2 +- .github/workflows/wc-firebase-hosting.yml | 2 +- .github/workflows/wc-pubspec-locks.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-format.yml b/.github/workflows/auto-format.yml index 6ab8ffeb..9e488a4c 100644 --- a/.github/workflows/auto-format.yml +++ b/.github/workflows/auto-format.yml @@ -24,7 +24,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: setup gitignore target files uses: ./.github/actions/setup-gitignore-target-files diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 35e6e065..4fa0690f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -47,7 +47,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: setup gitignore target files uses: ./.github/actions/setup-gitignore-target-files @@ -70,7 +70,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: setup gitignore target files uses: ./.github/actions/setup-gitignore-target-files @@ -96,7 +96,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: setup gitignore target files uses: ./.github/actions/setup-gitignore-target-files diff --git a/.github/workflows/wc-auto-correct.yml b/.github/workflows/wc-auto-correct.yml index 89a9da51..1792facf 100644 --- a/.github/workflows/wc-auto-correct.yml +++ b/.github/workflows/wc-auto-correct.yml @@ -22,7 +22,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: setup gitignore target files uses: ./.github/actions/setup-gitignore-target-files diff --git a/.github/workflows/wc-bun-lockb.yml b/.github/workflows/wc-bun-lockb.yml index 67ad3ea9..ce16ce88 100644 --- a/.github/workflows/wc-bun-lockb.yml +++ b/.github/workflows/wc-bun-lockb.yml @@ -22,7 +22,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: Run bun install run: bun install diff --git a/.github/workflows/wc-firebase-hosting.yml b/.github/workflows/wc-firebase-hosting.yml index ed5a21c4..f92e3eea 100644 --- a/.github/workflows/wc-firebase-hosting.yml +++ b/.github/workflows/wc-firebase-hosting.yml @@ -32,7 +32,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: Generate gitignore target files run: make gen-gitignore-files diff --git a/.github/workflows/wc-pubspec-locks.yml b/.github/workflows/wc-pubspec-locks.yml index 6669a924..ab1255b1 100644 --- a/.github/workflows/wc-pubspec-locks.yml +++ b/.github/workflows/wc-pubspec-locks.yml @@ -22,7 +22,7 @@ jobs: # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10 + uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 - name: setup pub uses: ./.github/actions/setup-pub