Skip to content

Commit 2abe2b5

Browse files
authored
Merge pull request #196 from kubereboot/dependabot/github_actions/actions/cache-5.0.3
2 parents 3bf72ae + 978d861 commit 2abe2b5

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.3
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.3
3232
with:
3333
path: .lycheecache
3434
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)