From 706e658507ac38c5a60a43b04fba0274e05bbd6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:29:18 +0000 Subject: [PATCH] Update jdx/mise-action action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56385f2..0384df1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6.0.2 - - uses: jdx/mise-action@v3.6.3 + - uses: jdx/mise-action@v4.0.1 - run: make - run: make clean