From 224ee39bc291c9378a7538783d358fd839ce713a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:08:28 +0000 Subject: [PATCH] Bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_v26.0.yml | 2 +- .github/workflows/ci_v27.0.yml | 2 +- .github/workflows/ci_v27.1.yml | 2 +- .github/workflows/ci_v28.0.yml | 2 +- .github/workflows/ci_v29.0.yml | 2 +- .github/workflows/ci_v30.0.yml | 2 +- .github/workflows/ci_v30.1.yml | 4 ++-- .github/workflows/llm.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_v26.0.yml b/.github/workflows/ci_v26.0.yml index ac28b6c..8879364 100644 --- a/.github/workflows/ci_v26.0.yml +++ b/.github/workflows/ci_v26.0.yml @@ -94,7 +94,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | deps diff --git a/.github/workflows/ci_v27.0.yml b/.github/workflows/ci_v27.0.yml index 313336f..838f191 100644 --- a/.github/workflows/ci_v27.0.yml +++ b/.github/workflows/ci_v27.0.yml @@ -94,7 +94,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | deps diff --git a/.github/workflows/ci_v27.1.yml b/.github/workflows/ci_v27.1.yml index 6e08fa0..0780835 100644 --- a/.github/workflows/ci_v27.1.yml +++ b/.github/workflows/ci_v27.1.yml @@ -94,7 +94,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | deps diff --git a/.github/workflows/ci_v28.0.yml b/.github/workflows/ci_v28.0.yml index ab05ad3..fd05d6b 100644 --- a/.github/workflows/ci_v28.0.yml +++ b/.github/workflows/ci_v28.0.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | deps diff --git a/.github/workflows/ci_v29.0.yml b/.github/workflows/ci_v29.0.yml index 68ab590..9f0f76b 100644 --- a/.github/workflows/ci_v29.0.yml +++ b/.github/workflows/ci_v29.0.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | deps diff --git a/.github/workflows/ci_v30.0.yml b/.github/workflows/ci_v30.0.yml index 01e7468..24bd6cb 100644 --- a/.github/workflows/ci_v30.0.yml +++ b/.github/workflows/ci_v30.0.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | deps diff --git a/.github/workflows/ci_v30.1.yml b/.github/workflows/ci_v30.1.yml index 8afa595..87df7e7 100644 --- a/.github/workflows/ci_v30.1.yml +++ b/.github/workflows/ci_v30.1.yml @@ -90,7 +90,7 @@ jobs: - name: Restore cache id: cache_restore - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae if: ${{ matrix.lint }} with: path: | @@ -147,7 +147,7 @@ jobs: - name: Save cache id: cache_save - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae if: ${{ matrix.lint }} with: path: | diff --git a/.github/workflows/llm.yml b/.github/workflows/llm.yml index a140c2a..6b86c2a 100644 --- a/.github/workflows/llm.yml +++ b/.github/workflows/llm.yml @@ -89,7 +89,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache typesense-data - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | typesense-data