diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1a96679..c190d0a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout tree uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set-up Mise - uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1 + uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0 with: cache: false mise_toml: | diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 1e515600..a2c89f14 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout tree uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set-up Mise - uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1 + uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0 with: cache: false - run: yarn install --immutable diff --git a/.github/workflows/version-or-publish.yml b/.github/workflows/version-or-publish.yml index 56f7b58a..c6e2a69f 100644 --- a/.github/workflows/version-or-publish.yml +++ b/.github/workflows/version-or-publish.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout tree uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set-up Mise - uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1 + uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0 with: cache: false - run: yarn install --immutable