From 787eadd2a23d6fb5008a249a7eca8fcc894e5eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:43:00 +0000 Subject: [PATCH] chore: update jdx/mise-action action to v4.3.0 --- .github/workflows/check-github-workflow.yml | 2 +- .github/workflows/check-markdown.yml | 2 +- .github/workflows/check-mise-lock.yml | 2 +- .github/workflows/check-secrets.yml | 2 +- .github/workflows/check-spelling.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-github-workflow.yml b/.github/workflows/check-github-workflow.yml index 4b2909b..58036b0 100644 --- a/.github/workflows/check-github-workflow.yml +++ b/.github/workflows/check-github-workflow.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Install mise and setup - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: install: true install_args: "actionlint shellcheck zizmor" diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index 49d42cd..162324d 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -40,7 +40,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Install mise and setup - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: install: true install_args: "node markdownlint-cli2" diff --git a/.github/workflows/check-mise-lock.yml b/.github/workflows/check-mise-lock.yml index 60e57ac..118145b 100644 --- a/.github/workflows/check-mise-lock.yml +++ b/.github/workflows/check-mise-lock.yml @@ -45,7 +45,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Install mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: install: false cache: true diff --git a/.github/workflows/check-secrets.yml b/.github/workflows/check-secrets.yml index 188e3af..8b2ac4a 100644 --- a/.github/workflows/check-secrets.yml +++ b/.github/workflows/check-secrets.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Install mise and setup - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: install: true install_args: "betterleaks" diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index fb2f843..6ddac54 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Install mise and setup - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: install: true install_args: "node cspell"