From 27dbfc0d3db9df0a0731aa8327931f7437f0e192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:12:22 +0000 Subject: [PATCH] deps(actions): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/check-links.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index bebe726..6c7f5ed 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v6 - name: Restore lychee cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .lycheecache key: lychee-${{ github.sha }} @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v6 - name: Restore lychee cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .lycheecache key: lychee-external-${{ github.sha }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9baec9..889f637 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: with: node-version: 26 - run: corepack enable pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('frontend/pnpm-lock.yaml') }} @@ -154,7 +154,7 @@ jobs: with: node-version: 26 - run: corepack enable pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('frontend/pnpm-lock.yaml') }} @@ -205,7 +205,7 @@ jobs: with: node-version: 26 - run: corepack enable pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ~/.local/share/pnpm/store key: pnpm-${{ runner.os }}-${{ hashFiles('frontend/pnpm-lock.yaml') }}