Skip to content

Commit 0d3407d

Browse files
chore(deps): update actions/cache action to v3 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea3c00f commit 0d3407d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Cache Node.js modules
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
# npm cache files are stored in `~/.npm` on Linux/macOS
2929
path: ~/.npm

0 commit comments

Comments
 (0)