File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
1818 - name : Install Dependency
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Use Node.js 14
1515 uses : actions/setup-node@v3
1616 with :
2222 git config --global user.email "[email protected] " 2323 git config --global user.name "GitHub Action"
2424 - name : Clone Doc History
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 ref : ' gh-pages'
2828 path : ' doc-dist'
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 # Setup .npmrc file to publish to GitHub Packages
1111 - uses : actions/setup-node@v3
1212 with :
Original file line number Diff line number Diff line change 1616 name : Node.js ${{ matrix.node }}
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Setup Node.js
2121 uses : actions/setup-node@v3
2222 with :
You can’t perform that action at this time.
0 commit comments