From 2c5cfa5e612767171129e386e575b652b57d0527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:09:16 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-assurance.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality-assurance.yml b/.github/workflows/quality-assurance.yml index af0c304..0586995 100644 --- a/.github/workflows/quality-assurance.yml +++ b/.github/workflows/quality-assurance.yml @@ -49,7 +49,7 @@ jobs: cache-dependency-path: './SortVision/pnpm-lock.yaml' - name: Cache Next.js build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: SortVision/.next/cache key: nextjs-${{ runner.os }}-${{ hashFiles('SortVision/pnpm-lock.yaml', 'SortVision/package.json') }} @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Next.js build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: SortVision/.next/cache key: nextjs-${{ runner.os }}-${{ hashFiles('SortVision/pnpm-lock.yaml', 'SortVision/package.json') }} @@ -226,7 +226,7 @@ jobs: cache-dependency-path: './SortVision/pnpm-lock.yaml' - name: Cache Next.js build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: SortVision/.next/cache key: nextjs-${{ runner.os }}-${{ hashFiles('SortVision/pnpm-lock.yaml', 'SortVision/package.json') }}