From 1648a5fc51568dae11e8c304bf9e060605ff535f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:45:55 +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