77 steps :
88 - run : mkdir -p repos/undefx
99 - name : Checkout undefx/py3tester
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v2
1111 with :
1212 repository : undefx/py3tester
1313 path : repos/undefx/py3tester
1414 - name : Checkout undefx/undef-analysis
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v2
1616 with :
1717 repository : undefx/undef-analysis
1818 path : repos/undefx/undef-analysis
1919
2020 - run : mkdir -p repos/delphi
2121
2222 - name : Checkoutcmu-delphi/operations
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v2
2424 with :
2525 repository : cmu-delphi/operations
2626 path : repos/delphi/operations
2727 - name : Checkout cmu-delphi/utils
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v2
2929 with :
3030 repository : cmu-delphi/utils
3131 path : repos/delphi/utils
3232 - name : Checkout cmu-delphi/github-deploy-repo
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v2
3434 with :
3535 repository : cmu-delphi/github-deploy-repo
3636 path : repos/delphi/github-deploy-repo
3737 - name : Checkout THIS REPO
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v2
3939 with :
4040 path : repos/delphi/delphi-epidata
4141 - name : Checkout cmu-delphi/flu-contest
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v2
4343 with :
4444 repository : cmu-delphi/flu-contest
4545 path : repos/delphi/flu-contest
4646 - name : Checkout cmu-delphi/nowcast
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v2
4848 with :
4949 repository : cmu-delphi/nowcast
5050 path : repos/delphi/nowcast
9898 working-directory : src/client/packaging/npm
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v3
101+ uses : actions/checkout@v2
102102 - uses : actions/setup-node@v2
103103 with :
104104 node-version : ' 14.x'
@@ -121,7 +121,7 @@ jobs:
121121 runs-on : ubuntu-latest
122122 steps :
123123 - name : Check out code
124- uses : actions/checkout@v3
124+ uses : actions/checkout@v2
125125 - name : Login to GitHub Container Registry
126126 uses : docker/login-action@v1
127127 with :
@@ -141,8 +141,8 @@ jobs:
141141 if [ "$imageTag" = "main" ] ; then
142142 imageTag="latest"
143143 fi
144- echo "tag= $imageTag" >> "$GITHUB_OUTPUT "
145- echo "repo= ghcr.io/${{ github.repository }}" >> "$GITHUB_OUTPUT "
144+ echo "::set-output name=tag:: $imageTag"
145+ echo "::set-output name=repo:: ghcr.io/${{ github.repository }}"
146146 - name : Push Dev Tag
147147 run : |
148148 docker tag repo ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}
0 commit comments