File tree Expand file tree Collapse file tree 4 files changed +27646
-19219
lines changed Expand file tree Collapse file tree 4 files changed +27646
-19219
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 build_and_test_action : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v1
13+ - uses : actions/checkout@v3
1414 - run : |
1515 npm install
1616 npm run all
1717
1818 test_demo_app : # run the demo app's unit tests
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v1
21+ - uses : actions/checkout@v3
2222 - run : |
2323 npm install
2424 npm run test:ci
2727 test_action_and_deploy_demo : # make sure the action works on a clean machine without building
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v1
30+ - uses : actions/checkout@v3
3131 - name : ' Deploy demo app using action'
3232 uses : ./
3333 with :
You can’t perform that action at this time.
0 commit comments