File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
matrix :
25
25
platform : [terraform, opentofu]
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
ref : ${{ github.event.pull_request.head.ref }}
30
30
48
48
stack : " plat-ue2-sandbox"
49
49
atmos-config-path : ${{ runner.temp }}
50
50
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
with :
53
53
ref : ${{ github.event.pull_request.head.ref }}
54
54
Original file line number Diff line number Diff line change 27
27
needs : [setup]
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
ref : ${{ github.event.pull_request.head.ref }}
33
33
53
53
stack : " plat-ue2-sandbox"
54
54
atmos-config-path : ${{ runner.temp }}
55
55
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
with :
58
58
ref : ${{ github.event.pull_request.head.ref }}
59
59
Original file line number Diff line number Diff line change 66
66
67
67
- name : Checkout
68
68
if : ${{ inputs.skip-checkout != 'true' }}
69
- uses : actions/checkout@v4
69
+ uses : actions/checkout@v5
70
70
71
71
- name : Set atmos cli config path vars
72
72
shell : bash
You can’t perform that action at this time.
0 commit comments