From f37fad84c7ce9c9aed9f8eb1ac956155ef7b828a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:32:58 +0000 Subject: [PATCH] chore(deps): 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/ruby-e2e-screenshots.yml | 2 +- .github/workflows/ruby-e2e-tests.yml | 2 +- .github/workflows/ruby-unit-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruby-e2e-screenshots.yml b/.github/workflows/ruby-e2e-screenshots.yml index 331c0f4..ede8313 100644 --- a/.github/workflows/ruby-e2e-screenshots.yml +++ b/.github/workflows/ruby-e2e-screenshots.yml @@ -80,7 +80,7 @@ jobs: bundler-cache: true working-directory: ${{ env.APP_DIR }} - name: Cache Bootsnap - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.APP_DIR }}/spec/dummy/tmp/cache key: bootsnap-${{ runner.os }}-${{ env.RUBY_VERSION }}-${{ hashFiles('**/Gemfile.lock', '**/*.gemfile.lock') }} diff --git a/.github/workflows/ruby-e2e-tests.yml b/.github/workflows/ruby-e2e-tests.yml index 17c1968..8fc2707 100644 --- a/.github/workflows/ruby-e2e-tests.yml +++ b/.github/workflows/ruby-e2e-tests.yml @@ -58,7 +58,7 @@ jobs: bundler-cache: true working-directory: ${{ env.APP_DIR }} - name: Cache Bootsnap - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.APP_DIR }}/spec/dummy/tmp/cache key: bootsnap-${{ runner.os }}-${{ env.RUBY_VERSION }}-${{ hashFiles('**/Gemfile.lock', '**/*.gemfile.lock') }}-${{ inputs.bundle_gemfile || 'smriti/Gemfile' }} diff --git a/.github/workflows/ruby-unit-tests.yml b/.github/workflows/ruby-unit-tests.yml index cee4f28..7ba80b5 100644 --- a/.github/workflows/ruby-unit-tests.yml +++ b/.github/workflows/ruby-unit-tests.yml @@ -58,7 +58,7 @@ jobs: bundler-cache: true working-directory: ${{ env.APP_DIR }} - name: Cache Bootsnap - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.APP_DIR }}/spec/dummy/tmp/cache key: bootsnap-${{ runner.os }}-${{ env.RUBY_VERSION }}-${{ hashFiles('**/Gemfile.lock', '**/*.gemfile.lock') }}-${{ inputs.bundle_gemfile || 'smriti/Gemfile' }}