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