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 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v3.2.0
1111 - name : Use Node.js
12- uses : actions/setup-node@v3
12+ uses : actions/setup-node@v3.5.1
1313 with :
1414 node-version : 12.x
1515 - name : Comment on new PR
Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v3.2.0
1010 - uses : actions/setup-node@v3.5.1
1111 with :
1212 cache : yarn
Original file line number Diff line number Diff line change 1919 contents : read
2020 steps :
2121 - name : Check out the repo
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v3.2.0
2323
2424 - name : Log in to Docker Hub
2525 uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Original file line number Diff line number Diff line change 77 spellcheck : # run the action
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v3.2.0
1111 - uses : streetsidesoftware/cspell-action@v2.14.0
You can’t perform that action at this time.
0 commit comments