From e0c4c4765cc90742b7dd44babef1425ea64a85fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:45:55 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d442182..1328351 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Install mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Install tools with mise run: mise install - name: Reshim mise @@ -27,7 +27,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Install mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Install tools with mise run: mise install - name: Reshim mise