From 0aff1c06c2694e0074ae64c5e4d0165c37da0675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:12:34 +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/pr.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8e28215..f530f12 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache @@ -61,7 +61,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0640a59..1fd9b0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Cache node modules id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache