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 @@ -11,12 +11,12 @@ jobs:
1111 name : Build
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - name : Setip Node.js
16- uses : actions/setup-node@v2
16+ uses : actions/setup-node@v3
1717 with :
1818 node-version-file : .nvmrc
19- - uses : actions/cache@v2
19+ - uses : actions/cache@v3
2020 with :
2121 path : ~/.npm
2222 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929 with :
3030 # We must fetch at least the immediate parents so that if this is
3131 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 - name : Zip files
1616 run : |
1717 zip -r hover-align.zip module.json README.md CHANGELOG.md LICENSE modules lang
You can’t perform that action at this time.
0 commit comments