From 88af486b25e5dbb37e83a7d88b6d0caa4c6d9b78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:41:20 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2172c85..ddd86c4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Mise Environment - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Cache Go modules uses: actions/cache@v5 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 661365f..4f824cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Set up mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Cache Go Modules uses: actions/cache@v5