From 1c995e9f2a1f71fb0c45eafddca69d478ab4a327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 05:13:39 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 0057852 --- .github/workflows/autofix.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/hyperfine.yml | 2 +- .github/workflows/registry.yml | 2 +- .github/workflows/release-fig.yml | 2 +- .github/workflows/release-plz.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/test-vfox.yml | 2 +- .github/workflows/test.yml | 14 +++++++------- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index a573d12017..1b30a8805b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -34,7 +34,7 @@ jobs: - run: | cargo build --all-features echo "$PWD/target/debug" >> "$GITHUB_PATH" - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b298453be1..5799f931c7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - run: cargo install --path . --debug - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | diff --git a/.github/workflows/hyperfine.yml b/.github/workflows/hyperfine.yml index db5cfcc11d..a6288719e0 100644 --- a/.github/workflows/hyperfine.yml +++ b/.github/workflows/hyperfine.yml @@ -48,7 +48,7 @@ jobs: - run: mv "$HOME/bin/mise-release" "$HOME/bin/mise-${{ steps.versions.outputs.release }}" #- run: cp "$HOME/bin/mise-${{ steps.versions.outputs.main }}" "$HOME/bin/mise-main" - run: cargo build --profile serious && mv target/serious/mise "$HOME/bin" - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 0958200827..3c0443bd39 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -86,7 +86,7 @@ jobs: with: name: mise path: target/debug - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | diff --git a/.github/workflows/release-fig.yml b/.github/workflows/release-fig.yml index a2b27e4f2c..0c1683cca8 100644 --- a/.github/workflows/release-fig.yml +++ b/.github/workflows/release-fig.yml @@ -20,7 +20,7 @@ jobs: save-if: false - run: mkdir -p "$HOME/bin" && echo "$HOME/bin" >> "$GITHUB_PATH" - run: cargo build --all-features && cp target/debug/mise "$HOME"/bin - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index decd1cbc63..61b6a12136 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -43,7 +43,7 @@ jobs: shared-key: build - run: mkdir -p "$HOME/bin" && echo "$HOME/bin" >> "$GITHUB_PATH" - run: cargo build --all-features && cp target/debug/mise "$HOME"/bin - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b8b7aec2c..060e78b5cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: tool: cross - name: cache crates id: cache-crates - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.cargo/registry/cache key: cargo-registry-${{ hashFiles('**/Cargo.lock') }} @@ -238,7 +238,7 @@ jobs: git_commit_gpgsign: true - name: cache zipsign id: cache-zipsign - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.cargo/bin/zipsign key: cargo-zipsign diff --git a/.github/workflows/test-vfox.yml b/.github/workflows/test-vfox.yml index 2aeb2ab707..5043d54d0a 100644 --- a/.github/workflows/test-vfox.yml +++ b/.github/workflows/test-vfox.yml @@ -30,7 +30,7 @@ jobs: echo "$PWD/target/debug" >> "$GITHUB_PATH" - run: mise -v - run: mise --cd crates/vfox install - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-vfox-${{ hashFiles('crates/vfox/mise.toml') }} path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bc212ae4a..f73e04aaeb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: with: name: mise-ubuntu-latest path: target/debug/mise - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | @@ -65,7 +65,7 @@ jobs: with: name: mise-macos-latest path: target/debug/mise - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | @@ -94,7 +94,7 @@ jobs: with: name: mise-windows-latest path: target/debug/mise.exe - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | @@ -130,7 +130,7 @@ jobs: name: mise-${{ matrix.os }} path: target/debug - run: echo "$PWD/target/debug" >> "$GITHUB_PATH" && chmod +x target/debug/mise - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | @@ -162,7 +162,7 @@ jobs: - run: | cargo build --all-features echo "$PWD/target/debug" >> "$GITHUB_PATH" - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | @@ -205,7 +205,7 @@ jobs: with: name: mise-ubuntu-latest path: target/debug - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: | @@ -257,7 +257,7 @@ jobs: path: target/debug - run: ls target\debug - run: Add-Content $env:GITHUB_PATH "$env:GITHUB_WORKSPACE\target\debug" - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: key: ${{ runner.os }}-${{ runner.arch }}-mise-tools-${{ hashFiles('mise.lock') }} path: |