diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index df1bab18..9d77c7f3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - run: rustup update stable - run: rustup component add llvm-tools-preview --toolchain stable-x86_64-unknown-linux-gnu - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8376fc9a..8ec824fc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - name: Setup Pages uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6 - name: Install dependencies diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 4f1249e9..2a69d6c7 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -28,7 +28,7 @@ jobs: submodules: recursive fetch-depth: 0 persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: cache: false - name: Create draft release @@ -98,7 +98,7 @@ jobs: - name: Install Rust target if: ${{ matrix.target != 'universal-apple-darwin' }} run: rustup target add ${{ matrix.target }} - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: experimental: true cache: false @@ -132,7 +132,7 @@ jobs: with: submodules: recursive persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: cache: false - run: gh release edit "${GITHUB_REF_NAME}" --draft=false @@ -149,7 +149,7 @@ jobs: submodules: recursive fetch-depth: 0 persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: cache: false - run: communique generate "${GITHUB_REF_NAME}" --github-release diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 6ea7e61b..03ced40b 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -29,7 +29,7 @@ jobs: submodules: recursive token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} persist-credentials: true - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: experimental: true cache: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06def8f6..d6ec562a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: shared-key: test - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - name: Install shells for completion integration tests run: | sudo apt-get update