Skip to content

Commit f43a14e

Browse files
build(deps): bump actions/cache from 4 to 5 (#154)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2cc56e commit f43a14e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-broken-links-schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Restore lychee cache
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: .lycheecache
2525
key: cache-lychee-scheduled-${{ github.sha }}

.github/workflows/check-broken-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Optimize caching strategy to reduce API requests
2424
- name: Restore lychee cache
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: .lycheecache
2828
key: cache-lychee-${{ github.sha }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
# Cache Hugo's module/remote cache
4242
- name: Cache Hugo modules
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: /root/.cache/hugo
4646
key: ${{ runner.os }}-hugo-${{ hashFiles('**/go.mod', '**/go.sum') }}

0 commit comments

Comments
 (0)