From ab129312a41d25e854697a67e8a628479f3e0869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:51:35 +0000 Subject: [PATCH] chore(ci): 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/ci_docs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/smoke.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index fe137263..98ccc5ce 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -25,7 +25,7 @@ jobs: # Cache lychee for faster link checking - name: Cache lychee - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/lychee key: lychee-${{ runner.os }}-${{ hashFiles('**/*.md') }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4b1c3194..08defaa9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache system dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: sys-cache with: path: /usr/local/bin/actionlint diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index efc98dfb..97c90955 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4 - name: Cache validation tools - uses: actions/cache@v4 + uses: actions/cache@v5 id: tools-cache with: path: |