File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 matrix :
2525 platform : [terraform, opentofu]
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 ref : ${{ github.event.pull_request.head.ref }}
3030
4848 stack : " plat-ue2-sandbox"
4949 atmos-config-path : ${{ runner.temp }}
5050
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 with :
5353 ref : ${{ github.event.pull_request.head.ref }}
5454
Original file line number Diff line number Diff line change 2727 needs : [setup]
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 ref : ${{ github.event.pull_request.head.ref }}
3333
5353 stack : " plat-ue2-sandbox"
5454 atmos-config-path : ${{ runner.temp }}
5555
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 with :
5858 ref : ${{ github.event.pull_request.head.ref }}
5959
Original file line number Diff line number Diff line change 6666
6767 - name : Checkout
6868 if : ${{ inputs.skip-checkout != 'true' }}
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v5
7070
7171 - name : Set atmos cli config path vars
7272 shell : bash
You can’t perform that action at this time.
0 commit comments