diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 4b44280..8e0c396 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Setup Mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 env: MISE_JOBS: 4 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4300be8..ee13963 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: components: clippy, rustfmt - name: Setup Mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 env: MISE_JOBS: 4 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3729d26..bbfd2cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: toolchain: stable - name: Setup Mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 env: MISE_JOBS: 4 with: