Skip to content

Commit d5326a2

Browse files
authored
Merge pull request #102 from filefi/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 66906a2 + b2fd4d8 commit d5326a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: '24'
1717
- name: Cache NPM dependencies
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: node_modules
2121
key: ${{ runner.OS }}-npm-cache

0 commit comments

Comments
 (0)