File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 main :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 # Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
1212 - uses : actions/setup-python@v5
1313 with :
1717 with :
1818 node-version : " 14.x"
1919 - name : Cache npm dependencies
20- uses : actions/cache@v2
20+ uses : actions/cache@v4
2121 with :
2222 path : ~/.npm
2323 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3535 commit_message : Generate parser
3636 file_pattern : src
3737 - name : Checkout gh-pages branch to ./gh-pages
38- uses : actions/checkout@v2
38+ uses : actions/checkout@v4
3939 with :
4040 ref : gh-pages
4141 path : ./gh-pages
Original file line number Diff line number Diff line change 1010 main :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 # Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
1515 - uses : actions/setup-python@v5
1616 with :
2020 with :
2121 node-version : " 14.x"
2222 - name : Cache npm dependencies
23- uses : actions/cache@v2
23+ uses : actions/cache@v4
2424 with :
2525 path : ~/.npm
2626 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments