File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 # Steps represent a sequence of tasks that will be executed as part of the job
2020 steps :
2121 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - name : Build website
2424 run : cd website && yarn && yarn build
2525 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : actions/setup-node@v2
15+ - uses : actions/checkout@v3
16+ - uses : actions/setup-node@v3
1717 with :
1818 node-version : 16
1919 - name : install
Original file line number Diff line number Diff line change 1313 node-version : [16.x]
1414 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Use Node.js ${{ matrix.node-version }}
18- uses : actions/setup-node@v2
18+ uses : actions/setup-node@v3
1919 with :
2020 node-version : ${{ matrix.node-version }}
2121 cache : " yarn"
You can’t perform that action at this time.
0 commit comments