From fdb88962d4b3d09c33f9635ffcdb460da29f145a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:05:21 +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/comprehensive-screenshots.yml | 2 +- .github/workflows/feature-screenshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comprehensive-screenshots.yml b/.github/workflows/comprehensive-screenshots.yml index 0c209c3..a71f549 100644 --- a/.github/workflows/comprehensive-screenshots.yml +++ b/.github/workflows/comprehensive-screenshots.yml @@ -72,7 +72,7 @@ jobs: echo "debian_release=$DEBIAN_RELEASE" >> $GITHUB_OUTPUT - name: Bundler cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-${{ steps.container-envs.outputs.ruby_version }}-${{ steps.container-envs.outputs.debian_release }}-gem-${{ hashFiles('**/Gemfile.lock') }} diff --git a/.github/workflows/feature-screenshots.yml b/.github/workflows/feature-screenshots.yml index d574f7f..3375b2e 100644 --- a/.github/workflows/feature-screenshots.yml +++ b/.github/workflows/feature-screenshots.yml @@ -79,7 +79,7 @@ jobs: echo "debian_release=$DEBIAN_RELEASE" >> $GITHUB_OUTPUT - name: Bundler cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor/bundle key: ${{ runner.os }}-${{ steps.container-envs.outputs.ruby_version }}-${{ steps.container-envs.outputs.debian_release }}-gem-${{ hashFiles('**/Gemfile.lock') }}