From 489254957d14844f16802da5774dca8a22c7db75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:08:20 +0000 Subject: [PATCH] Update jdx/mise-action action to v2.1.8 (#100) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3895a07..29a2e4d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -10,7 +10,7 @@ runs: using: composite steps: - name: Setup tools - uses: jdx/mise-action@v2.1.7 + uses: jdx/mise-action@v2.1.8 - name: Install dependencies run: pnpm install --frozen-lockfile