File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 version_tag : ${{steps.output_version_tag.outputs.VERSION_TAG}}
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 ref : ${{ env.BRANCH_NAME }}
3838 fetch-depth : 0
Original file line number Diff line number Diff line change 1919 # Steps represent a sequence of tasks that will be executed as part of the job
2020 steps :
2121 - name : Checkout local github scripts
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 ref : ${{ env.BRANCH_NAME }}
2525 sparse-checkout : |
Original file line number Diff line number Diff line change 3131 version_tag : ${{steps.output_version_tag.outputs.VERSION_TAG}}
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 ref : ${{ env.BRANCH_NAME }}
3737 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 java-version : ' 21'
1717 distribution : ' adopt'
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{ env.BRANCH_NAME }}
2222
Original file line number Diff line number Diff line change 6464
6565 steps :
6666 - name : Checkout local github actions
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868 with :
6969 ref : ${{ env.BRANCH_NAME }}
7070 fetch-depth : 0
@@ -141,7 +141,7 @@ jobs:
141141 DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE : ${{ secrets.DEV_CLOUD_FORMATION_EXECUTE_LAMBDA_ROLE }}
142142
143143 - name : Checkout gh-pages
144- uses : actions/checkout@v4
144+ uses : actions/checkout@v5
145145 with :
146146 ref : gh-pages
147147 path : gh-pages
You can’t perform that action at this time.
0 commit comments