Skip to content

Commit c8bff7f

Browse files
authored
Merge pull request #146 from MaxMEllon/renovate/actions-cache-3.x
Update actions/cache action to v3
2 parents 02c6738 + 5f254e9 commit c8bff7f

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
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020

2121
- name: Cache node modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
# npm cache files are stored in `~/.npm` on Linux/macOS
2525
path: '**/node_modules'

0 commit comments

Comments
 (0)