From ef6931172e5b632b00f64c6108373bc9ababcd44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:05:55 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4.2.3 --- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index feb4b9f..d03f764 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - uses: ./.github/actions/uvbuild - name: Install mise for task execution - uses: jdx/mise-action@f10502fc09dadecfefb962fff68ce77213930204 # v4.2.2 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: install: false cache: false diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6aba579..24937e8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -117,7 +117,7 @@ jobs: with: persist-credentials: false - uses: ./.github/actions/uvbuild - - uses: jdx/mise-action@f10502fc09dadecfefb962fff68ce77213930204 # v4.2.2 + - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: install: false - name: Check translations compilation