Skip to content

Commit 3c855c1

Browse files
Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1aea723 commit 3c855c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
hugo-version: 'latest'
2121
extended: true
22-
- uses: actions/cache@v5.0.3
22+
- uses: actions/cache@v5.0.4
2323
with:
2424
path: /tmp/hugo_cache
2525
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
run: hugo --minify
3030
- name: Restore lychee cache
31-
uses: actions/cache@v5.0.3
31+
uses: actions/cache@v5.0.4
3232
with:
3333
path: .lycheecache
3434
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)