Skip to content

Commit dde472e

Browse files
Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@ab5e6d0...0c45773) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0954786 commit dde472e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-generate-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Dart-Sass
9696
sudo snap install dart-sass
9797
# cache hugo modules
98-
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
98+
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
9999
with:
100100
path: /tmp/hugo_cache
101101
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)