Skip to content

Commit cde9ddc

Browse files
authored
Merge pull request #16 from oneclickvirt/dependabot/github_actions/actions/cache-6
Bump actions/cache from 4 to 6
2 parents 069b5aa + 08b762e commit cde9ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: "18"
1818
- name: Cache NPM dependencies
19-
uses: actions/cache@v4
19+
uses: actions/cache@v6
2020
with:
2121
path: node_modules
2222
key: ${{ runner.OS }}-npm-cache

0 commit comments

Comments
 (0)