From f92cc8ed30f2a1dd146f3edefa143944b8969997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:02:56 +0000 Subject: [PATCH] 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/check-links.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/test-jbang.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 2dbf683..b32dbbc 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Restore lychee cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .lycheecache key: cache-lychee-${{ github.sha }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3cd20df..cfa8eba 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -66,7 +66,7 @@ jobs: with: ref: 'gh-pages' - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: /root/.jbang key: $-jbang-$ diff --git a/.github/workflows/test-jbang.yml b/.github/workflows/test-jbang.yml index 774ad8c..ea5a349 100644 --- a/.github/workflows/test-jbang.yml +++ b/.github/workflows/test-jbang.yml @@ -8,7 +8,7 @@ jobs: name: heylogs version steps: - name: Setup cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.jbang key: ${{ runner.os }}-jbang-${{ hashFiles('*.java') }}