diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 0249e64..aae1f38 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 ref: 'master' - name: Install mise and tools - uses: jdx/mise-action@v4.2.1 + uses: jdx/mise-action@v4.2.3 with: install: true cache: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a26367..b0d91a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v7.0.1 - name: Install mise and tools - uses: jdx/mise-action@v4.2.1 + uses: jdx/mise-action@v4.2.3 with: install: true cache: true diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index dbb5d62..b1bebc6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v7.0.1 - name: Install mise and tools - uses: jdx/mise-action@v4.2.1 + uses: jdx/mise-action@v4.2.3 with: install: true cache: true @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v7.0.1 - name: Install mise and tools - uses: jdx/mise-action@v4.2.1 + uses: jdx/mise-action@v4.2.3 with: install: true cache: true @@ -108,7 +108,7 @@ jobs: - uses: actions/checkout@v7.0.1 - name: Install mise and tools - uses: jdx/mise-action@v4.2.1 + uses: jdx/mise-action@v4.2.3 with: install: true cache: true