From 7ad76d78e2abc2b2c1dab72e225441401dbe8267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:52:52 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.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...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.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 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_v26.0.yml b/.github/workflows/ci_v26.0.yml index 786cab0..ef4be3e 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | deps diff --git a/.github/workflows/ci_v27.0.yml b/.github/workflows/ci_v27.0.yml index 2f470e6..0b05851 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | deps diff --git a/.github/workflows/ci_v27.1.yml b/.github/workflows/ci_v27.1.yml index f97ff7f..6c0f8ad 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | deps diff --git a/.github/workflows/ci_v28.0.yml b/.github/workflows/ci_v28.0.yml index 584843a..c4f8a93 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | deps diff --git a/.github/workflows/ci_v29.0.yml b/.github/workflows/ci_v29.0.yml index cda9c4a..fe596eb 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | deps diff --git a/.github/workflows/ci_v30.0.yml b/.github/workflows/ci_v30.0.yml index bd54045..5207f26 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | deps diff --git a/.github/workflows/ci_v30.1.yml b/.github/workflows/ci_v30.1.yml index aa54dff..06550ff 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | typesense-data