Skip to content

Commit 6e1b3ab

Browse files
Bump actions/cache from 4.3.0 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4de51e5 commit 6e1b3ab

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@v4.3.0
22+
- uses: actions/cache@v5.0.2
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@v4.3.0
31+
uses: actions/cache@v5.0.2
3232
with:
3333
path: .lycheecache
3434
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)