From 8d923f6b140aa66c7ccf02eade3df32a2a384c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:56:35 +0000 Subject: [PATCH] Bump actions/cache from 4.2.1 to 4.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [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.1...v4.2.2) --- 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 98d85c1..e45edf3 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.1 + - uses: actions/cache@v4.2.2 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.1 + uses: actions/cache@v4.2.2 with: path: .lycheecache key: cache-lychee-${{ github.sha }}