diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8c44fe..0608cf8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: components: llvm-tools-preview - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - run: cargo llvm-cov --all-features --lcov --output-path lcov.info - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: @@ -131,7 +131,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: target: wasm32-unknown-unknown - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - run: deno task wasm:build working-directory: playground diff --git a/.github/workflows/deploy-playground.yaml b/.github/workflows/deploy-playground.yaml index 018675b..29eb374 100644 --- a/.github/workflows/deploy-playground.yaml +++ b/.github/workflows/deploy-playground.yaml @@ -48,7 +48,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: target: wasm32-unknown-unknown - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - name: Build playground working-directory: playground run: deno task build