File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 DOCKERHUB_PWD : ${{ secrets.DOCKERHUB_PWD }}
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@master
17+ uses : actions/checkout@v2
1818 - name : Build Spark v3.0.0 (latest)
1919 uses : ./.github/actions/build-spark
2020 with :
4848 DOCKERHUB_PWD : ${{ secrets.DOCKERHUB_PWD }}
4949 steps :
5050 - name : Checkout Code
51- uses : actions/checkout@master
51+ uses : actions/checkout@v2
5252 - name : Build JupyterLab v3.0.0 + Spark v3.0.0 (latest)
5353 uses : ./.github/actions/build-jupyterlab
5454 with :
Original file line number Diff line number Diff line change 1212 DOCKERHUB_PWD : ${{ secrets.DOCKERHUB_PWD }}
1313 steps :
1414 - name : Checkout Code
15- uses : actions/checkout@staging
15+ uses : actions/checkout@v2
1616 - name : Build Spark v3.0.0 (latest)
1717 uses : ./.github/actions/build-spark
1818 with :
4646 DOCKERHUB_PWD : ${{ secrets.DOCKERHUB_PWD }}
4747 steps :
4848 - name : Checkout Code
49- uses : actions/checkout@staging
49+ uses : actions/checkout@v2
5050 - name : Build JupyterLab v3.0.0 + Spark v3.0.0 (latest)
5151 uses : ./.github/actions/build-jupyterlab
5252 with :
You can’t perform that action at this time.
0 commit comments