From 1b7a936d2b9da7f2cfcc65bacaa311df23143cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 17:02:18 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release-minor.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/tests.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-release-minor.yml b/.github/workflows/auto-release-minor.yml index 66d21f3..491fb8c 100644 --- a/.github/workflows/auto-release-minor.yml +++ b/.github/workflows/auto-release-minor.yml @@ -29,7 +29,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-${{ matrix.ruby-version }}-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} @@ -57,7 +57,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-3.2-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 576fc8c..e0971df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-${{ matrix.ruby-version }}-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} @@ -66,7 +66,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-3.2-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d94e08..7a9fa3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-3.2-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} @@ -58,7 +58,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-3.2-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} @@ -87,7 +87,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-${{ matrix.ruby-version }}-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }} @@ -133,7 +133,7 @@ jobs: bundler-cache: false - name: Cache gems - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-ruby-3.2-gems-${{ hashFiles('Gemfile.lock', 'pinot.gemspec') }}