From a257836460a5e5b98be27d921242460d84dc55c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 03:20:33 +0000 Subject: [PATCH] Bump actions/cache from 4.2.0 to 4.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [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.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/link-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index 946f575..98d85c1 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -19,7 +19,7 @@ jobs: with: hugo-version: 'latest' extended: true - - uses: actions/cache@v4.2.0 + - uses: actions/cache@v4.2.1 with: path: /tmp/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }} @@ -28,7 +28,7 @@ jobs: - name: Build run: hugo --minify - name: Restore lychee cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 with: path: .lycheecache key: cache-lychee-${{ github.sha }}