From fee872d03378e524359e0eb8ecd881cba3b71a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:52:56 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0. - [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/27d5ce7f107fe9357f9df03efb73ab90386fccae...2c8a9bd7457de244a408f35966fab2fb45fda9c8) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_v26.0.yml b/.github/workflows/ci_v26.0.yml index 786cab0..2caafed 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@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v27.0.yml b/.github/workflows/ci_v27.0.yml index 2f470e6..c46abbd 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@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v27.1.yml b/.github/workflows/ci_v27.1.yml index f97ff7f..a547891 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@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v28.0.yml b/.github/workflows/ci_v28.0.yml index 584843a..a256d71 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@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v29.0.yml b/.github/workflows/ci_v29.0.yml index cda9c4a..a55c9a6 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@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v30.0.yml b/.github/workflows/ci_v30.0.yml index bd54045..280b148 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@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v30.1.yml b/.github/workflows/ci_v30.1.yml index aa54dff..77b97a2 100644 --- a/.github/workflows/ci_v30.1.yml +++ b/.github/workflows/ci_v30.1.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache typesense-data - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | typesense-data @@ -100,7 +100,7 @@ jobs: - name: Restore cache id: cache_restore - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 if: ${{ matrix.lint }} with: path: | @@ -154,7 +154,7 @@ jobs: - name: Save cache id: cache_save - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 if: ${{ matrix.lint }} with: path: |