We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 451e44c + 439d8f7 commit e83822dCopy full SHA for e83822d
.github/workflows/lint-build.yml
@@ -91,7 +91,7 @@ jobs:
91
# Cache Hugo cachedir and resourcedir (configured in config/ci/hugo.toml) for each OS
92
# No additional cache invalidation is needed, Hugo uses checksums itself
93
- name: Use Hugo cache
94
- uses: actions/cache@v4
+ uses: actions/cache@v5
95
with:
96
path: ${{ runner.os == 'Windows' && env.CACHE_PATH_WIN || runner.os == 'macOS' && env.CACHE_PATH_MAC || env.CACHE_PATH_DEBIAN }}
97
key: ${{ runner.os }}-${{ env.CACHE_KEY }}
0 commit comments