Skip to content

Commit 8efcc84

Browse files
Update actions/cache action to v5.0.1 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a375965 commit 8efcc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 0
4747
- name: Set Mod Cache
4848
id: mod-cache
49-
uses: actions/cache@v5.0.0
49+
uses: actions/cache@v5.0.1
5050
with:
5151
path: ./node_modules
5252
key: mod-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)