Skip to content

Commit b4865b8

Browse files
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3b729f commit b4865b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_hugo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/configure-pages@v5
3232

3333
# Tier 1: Dependencies cache (changes infrequently)
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
name: Cache dependencies
3636
with:
3737
path: |
@@ -45,7 +45,7 @@ jobs:
4545
- run: bun install
4646

4747
# Tier 2: Hugo build cache (changes with any build-affecting file)
48-
- uses: actions/cache@v4
48+
- uses: actions/cache@v5
4949
name: Cache Hugo build resources
5050
with:
5151
path: |
@@ -57,7 +57,7 @@ jobs:
5757
${{ runner.os }}-hugo-
5858
5959
# Tier 3: Content and template cache (comprehensive file tracking)
60-
- uses: actions/cache@v4
60+
- uses: actions/cache@v5
6161
name: Cache Hugo content and assets
6262
with:
6363
path: |

0 commit comments

Comments
 (0)