From fe7392d1980ecb779af12e7e8df7f586b052f7fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:07:10 +0000 Subject: [PATCH] Update jdx/mise-action action to v4.2.2 --- .github/workflows/reusable-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-link-check.yml b/.github/workflows/reusable-link-check.yml index 923a2c29d..761c944d7 100644 --- a/.github/workflows/reusable-link-check.yml +++ b/.github/workflows/reusable-link-check.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # needed for merge-base used in modified-files mode - - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + - uses: jdx/mise-action@f10502fc09dadecfefb962fff68ce77213930204 # v4.2.2 - name: Link check for pull requests if: github.event_name == 'pull_request'