From 422ea038c18086934fcd215a34f9d28ba0e8f825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:52:41 +0000 Subject: [PATCH] ci(github-action): update jdx/mise-action digest to dba1968 --- .github/workflows/lint.yml | 6 +++--- .github/workflows/pages.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d54dac8..f109e27 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true @@ -72,7 +72,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true @@ -105,7 +105,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e3e2e94..08551f9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true cache: true