Skip to content

Commit

Permalink
Merge pull request #149 from kubereboot/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
evrardjp authored Dec 14, 2024
2 parents 3d06447 + 61b833c commit f41414f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
hugo-version: 'latest'
extended: true
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
run: hugo --minify
- name: Restore lychee cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down

0 comments on commit f41414f

Please sign in to comment.