Skip to content

Commit eb6a501

Browse files
Update actions/cache action to v5.0.3
1 parent b60eb13 commit eb6a501

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.2
49+
uses: actions/cache@v5.0.3
5050
with:
5151
path: ./node_modules
5252
key: mod-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)