Skip to content

Commit a71bcc0

Browse files
build(deps): bump actions/cache in /.github/workflows
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...3624ceb) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4953578 commit a71bcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lychee.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2424
- name: "📤 Restore cache"
25-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
25+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
2626
with:
2727
path: .lycheecache
2828
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)