From 56462a30cdad019434ac72b92d990c897fc91bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:46:52 +0100 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 (#559) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e47c5ae4..0ddb23fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -214,7 +214,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -257,7 +257,7 @@ jobs: run: uv sync --frozen --no-install-project --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -452,7 +452,7 @@ jobs: run: uv sync --frozen --extra test --no-install-project --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -523,7 +523,7 @@ jobs: run: uv sync --frozen --no-install-project --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -631,7 +631,7 @@ jobs: run: npm run build - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -698,7 +698,7 @@ jobs: targets: aarch64-unknown-linux-gnu - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -745,7 +745,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -762,7 +762,7 @@ jobs: run: uv sync --frozen --no-install-project --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -863,7 +863,7 @@ jobs: run: uv sync --frozen --no-install-project --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -971,7 +971,7 @@ jobs: run: uv sync --frozen --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -1073,7 +1073,7 @@ jobs: run: uv sync --frozen - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -1249,7 +1249,7 @@ jobs: run: uv sync --frozen --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-embed-${{ hashFiles('hindsight-embed/pyproject.toml') }} @@ -1307,7 +1307,7 @@ jobs: run: uv sync --frozen --extra test --index-strategy unsafe-best-match - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-all-${{ hashFiles('hindsight/pyproject.toml') }} @@ -1349,7 +1349,7 @@ jobs: - name: Cache cargo if: matrix.language == 'cli' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -1401,7 +1401,7 @@ jobs: npm run build --workspace=hindsight-clients/typescript - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -1494,7 +1494,7 @@ jobs: python-version-file: ".python-version" - name: Cache HuggingFace models - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/huggingface key: ${{ runner.os }}-huggingface-${{ hashFiles('hindsight-api/pyproject.toml') }} @@ -1566,7 +1566,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry