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