File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 with :
104104 node-version : ' 16.x'
105105 - name : Cache Node.js modules
106- uses : actions/cache@v2
106+ uses : actions/cache@v4
107107 with :
108108 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
109109 key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 with :
122122 node-version : " 16.x"
123123 - name : Cache Node.js modules
124- uses : actions/cache@v2
124+ uses : actions/cache@v4
125125 with :
126126 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
127127 key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1414 uses : actions/setup-python@v2
1515 with :
1616 python-version : 3.8
17- - uses : actions/cache@v2
17+ - uses : actions/cache@v4
1818 with :
1919 path : ~/.cache/pip
2020 key : ${{ runner.os }}-pipd-${{ hashFiles('requirements.dev.txt') }}
You can’t perform that action at this time.
0 commit comments