File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 environment : development
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - uses : actions/setup-java@v4
2525 with :
2626 distribution : ' zulu'
6565 BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
6666 steps :
6767 - name : Checkout code
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 - name : Download build artifact
7070 uses : actions/download-artifact@v4
7171 with :
9696 if : ${{ github.ref }} == 'master' || ${{ github.ref }} == 'development'
9797 steps :
9898 - name : Checkout code
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v5
100100 with :
101101 fetch-depth : 0
102102 persist-credentials : false
Original file line number Diff line number Diff line change 1414 environment : development
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - uses : actions/setup-java@v4
1919 with :
2020 distribution : ' zulu'
5959 BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
6060 steps :
6161 - name : Checkout code
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v5
6363 - name : Download build artifact
6464 uses : actions/download-artifact@v4
6565 with :
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Checkout code
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989 - run : npm install
9090 working-directory : deploy
9191 - name : Decode kubeconfig
Original file line number Diff line number Diff line change 1414 environment : development
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - uses : actions/setup-java@v4
1919 with :
2020 distribution : ' zulu'
5959 BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
6060 steps :
6161 - name : Checkout code
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v5
6363 - name : Download build artifact
6464 uses : actions/download-artifact@v4
6565 with :
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Checkout code
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989 - run : npm install
9090 working-directory : deploy
9191 - name : Decode kubeconfig
You can’t perform that action at this time.
0 commit comments