From 846ce4f7541022965319c9a6014b53bccdda622d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:22:55 +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/v5.0.5...v6.1.0) --- 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/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 46a33af..24273c5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,7 +30,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - id: pnpm-cache-path run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 with: path: ${{ steps.pnpm-cache-path.outputs.pnpm_cache_path }} key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -61,7 +61,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - id: pnpm-cache-path run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 with: path: ${{ steps.pnpm-cache-path.outputs.pnpm_cache_path }} key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -101,7 +101,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - id: pnpm-cache-path run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5.0.5 + - uses: actions/cache@v6.1.0 with: path: ${{ steps.pnpm-cache-path.outputs.pnpm_cache_path }} key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}