1313 steps :
1414 - name : Checkout internal ποΈ
1515 id : checkout-internal
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 repository : ' equinor/energyvision-internal'
1919 ref : main
5555 DOCKER_BUILDKIT : 1
5656 steps :
5757 - name : Checkout ποΈ
58- uses : actions/checkout@v6
58+ uses : actions/checkout@v7
5959
6060 - name : Deploy to Radix π
6161 id : deploy-main
9898 steps :
9999 - name : Checkout internal ποΈ
100100 id : checkout-internal
101- uses : actions/checkout@v6
101+ uses : actions/checkout@v7
102102 with :
103103 repository : ' equinor/energyvision-internal'
104104 ref : main
@@ -111,7 +111,7 @@ jobs:
111111 echo "sha=$(python ci/returnComponentVersion.py preprod studio-global)" >> $GITHUB_OUTPUT
112112 - name : Checkout ποΈ
113113 id : checkout-main
114- uses : actions/checkout@v6
114+ uses : actions/checkout@v7
115115 with :
116116 repository : ' equinor/energyvision'
117117 fetch-depth : 0
@@ -122,7 +122,7 @@ jobs:
122122 echo "sha=$(git rev-parse ${{ steps.get-preprod-sha.outputs.sha }})" >> $GITHUB_OUTPUT
123123 - name : Checkout ποΈ
124124 id : checkout-specific-branch
125- uses : actions/checkout@v6
125+ uses : actions/checkout@v7
126126 with :
127127 repository : ' equinor/energyvision'
128128 fetch-depth : 0
@@ -172,7 +172,7 @@ jobs:
172172 steps :
173173 - name : Checkout internal ποΈ
174174 id : checkout-internal
175- uses : actions/checkout@v6
175+ uses : actions/checkout@v7
176176 with :
177177 repository : ' equinor/energyvision-internal'
178178 ref : main
@@ -186,7 +186,7 @@ jobs:
186186 echo "sha=$(python ci/returnGlobalStudioVersion.py preprod)" >> $GITHUB_OUTPUT
187187 - name : Checkout ποΈ
188188 id : checkout-main
189- uses : actions/checkout@v6
189+ uses : actions/checkout@v7
190190 with :
191191 repository : ' equinor/energyvision'
192192 fetch-depth : 0
@@ -198,7 +198,7 @@ jobs:
198198 echo "sha=$(git rev-parse ${{ steps.get-preprod-sha.outputs.sha }})" >> $GITHUB_OUTPUT
199199 - name : Checkout ποΈ
200200 id : checkout-specific-branch
201- uses : actions/checkout@v6
201+ uses : actions/checkout@v7
202202 with :
203203 repository : ' equinor/energyvision'
204204 fetch-depth : 0
@@ -239,7 +239,7 @@ jobs:
239239 DOCKER_BUILDKIT : 1
240240 steps :
241241 - name : Checkout ποΈ
242- uses : actions/checkout@v6
242+ uses : actions/checkout@v7
243243
244244 - name : Deploy to Radix π
245245 id : deploy
@@ -268,7 +268,7 @@ jobs:
268268 steps :
269269 - name : Checkout internal ποΈ
270270 id : checkout-internal
271- uses : actions/checkout@v6
271+ uses : actions/checkout@v7
272272 with :
273273 repository : ' equinor/energyvision-internal'
274274 ref : main
@@ -302,7 +302,7 @@ jobs:
302302 runs-on : ubuntu-latest
303303 steps :
304304 - name : Checkout ποΈ
305- uses : actions/checkout@v6
305+ uses : actions/checkout@v7
306306
307307 - name : ' Move cards and create discussion and post it to channel'
308308 id : ' get-list'
0 commit comments