From de8c529d597abe91638ca131122b1bf930b451b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 22:22:10 +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/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ce262f..ab918bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: npm run build - name: Cache build artifacts - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | server/dist @@ -66,7 +66,7 @@ jobs: run: npm ci - name: Restore build artifacts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | server/dist @@ -103,7 +103,7 @@ jobs: run: npm ci - name: Restore build artifacts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | server/dist @@ -133,7 +133,7 @@ jobs: run: npm ci - name: Restore build artifacts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | server/dist