From 4e1badf926732655edd148feeba541466eac29b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:52:24 +0000 Subject: [PATCH] build(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/backend-tests.yml | 2 +- .github/workflows/frontend-tests.yml | 2 +- .github/workflows/npmpublish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 5c89297..c125f90 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -39,7 +39,7 @@ jobs: shell: bash run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }} diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 93afc94..bc916b2 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -29,7 +29,7 @@ jobs: shell: bash run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }} diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 3c2b978..266cfc5 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -40,7 +40,7 @@ jobs: shell: bash run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }}