Skip to content

Commit e83822d

Browse files
Merge pull request #1694 from gethinode/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 451e44c + 439d8f7 commit e83822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# Cache Hugo cachedir and resourcedir (configured in config/ci/hugo.toml) for each OS
9292
# No additional cache invalidation is needed, Hugo uses checksums itself
9393
- name: Use Hugo cache
94-
uses: actions/cache@v4
94+
uses: actions/cache@v5
9595
with:
9696
path: ${{ runner.os == 'Windows' && env.CACHE_PATH_WIN || runner.os == 'macOS' && env.CACHE_PATH_MAC || env.CACHE_PATH_DEBIAN }}
9797
key: ${{ runner.os }}-${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)