From 63526d621344ba17484f68710c6773066a7b5ff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:37:02 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/main.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f530b8..4d5bb26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Install mise & tools - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Cache Go tools id: go-tools-cache diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 1c358d6..df18300 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Install mise & tools - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Cache Go tools id: go-tools-cache