From e18c9840805ba09755127c9dbeeb3800fb7595d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:25:03 +0000 Subject: [PATCH] Bump actions/cache from 5.0.2 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 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/v5.0.2...v5.0.3) --- 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/hugo_publisher.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo_publisher.yml b/.github/workflows/hugo_publisher.yml index 87da2ab2..87ca67bd 100644 --- a/.github/workflows/hugo_publisher.yml +++ b/.github/workflows/hugo_publisher.yml @@ -49,7 +49,7 @@ jobs: submodules: recursive - name: Cache node modules - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 env: cache-name: cache-node-modules-v1 with: @@ -81,7 +81,7 @@ jobs: timezoneMacos: Europe/Rome - name: Cache built website - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 env: cache-name: cache-website-v1 with: