From c348228ec4f305b2f9f9a58ffe6a85a1de37cd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:43:57 +0000 Subject: [PATCH] Bump actions/cache from 5.0.0 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.0 to 5.0.3. - [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/a7833574556fa59680c1b7cb190c1735db73ebf0...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow-generate-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-generate-website.yml b/.github/workflows/workflow-generate-website.yml index 00cb20c..adb4a09 100644 --- a/.github/workflows/workflow-generate-website.yml +++ b/.github/workflows/workflow-generate-website.yml @@ -84,7 +84,7 @@ jobs: # Verify Hugo installation npx hugo version # cache hugo modules - - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 with: path: /tmp/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}