Skip to content

Commit be8729b

Browse files
⬆️ Bump actions/checkout from 6 to 7 (#3898)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffba97f commit be8729b

16 files changed

Lines changed: 56 additions & 56 deletions

β€Ž.github/workflows/PREPROD-studios.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2525
steps:
2626
- name: Checkout πŸ›ŽοΈ
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Set image tag 🏷
3030
shell: bash
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Checkout internal πŸ›ŽοΈ
3636
id: checkout-internal
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
repository: 'equinor/energyvision-internal'
4040
ref: main
@@ -72,7 +72,7 @@ jobs:
7272
outputs:
7373
matrix: ${{ steps.set-matrix.outputs.matrix }}
7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676
- id: set-matrix
7777
name: Read from satellites.json
7878
run: |
@@ -99,7 +99,7 @@ jobs:
9999
DOCKER_BUILDKIT: 1
100100
steps:
101101
- name: Checkout πŸ›ŽοΈ
102-
uses: actions/checkout@v6
102+
uses: actions/checkout@v7
103103
- id: deploy-satellite
104104
uses: ./.github/workflows/deploy-studio/
105105
with:

β€Ž.github/workflows/PREPROD-webs.yamlβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
2727
steps:
2828
- name: Checkout πŸ›ŽοΈ
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
- name: Set image tag 🏷
3232
shell: bash
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Checkout internal πŸ›ŽοΈ
3838
id: checkout-internal
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
with:
4141
repository: 'equinor/energyvision-internal'
4242
ref: main
@@ -79,7 +79,7 @@ jobs:
7979
DOCKER_BUILDKIT: 1
8080
steps:
8181
- name: Checkout πŸ›ŽοΈ
82-
uses: actions/checkout@v6
82+
uses: actions/checkout@v7
8383
- id: deploy-secret
8484
uses: ./.github/workflows/deploy-web/
8585
with:
@@ -109,7 +109,7 @@ jobs:
109109
outputs:
110110
matrix: ${{ steps.set-matrix.outputs.matrix }}
111111
steps:
112-
- uses: actions/checkout@v6
112+
- uses: actions/checkout@v7
113113
- id: set-matrix
114114
name: Read from satellites.json
115115
run: |
@@ -135,7 +135,7 @@ jobs:
135135
DOCKER_BUILDKIT: 1
136136
steps:
137137
- name: Checkout πŸ””
138-
uses: actions/checkout@v6
138+
uses: actions/checkout@v7
139139
- name: Deploy website 🌐
140140
id: deploy-website
141141
uses: ./.github/workflows/deploy-web/

β€Ž.github/workflows/PROD-all-studios.yamlβ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Checkout internal πŸ›ŽοΈ
2828
id: checkout-internal
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
repository: 'equinor/energyvision-internal'
3232
ref: main
@@ -40,7 +40,7 @@ jobs:
4040
echo "sha=$(python ci/returnComponentVersion.py preprod studio-global)" >> $GITHUB_OUTPUT
4141
- name: Checkout πŸ›ŽοΈ
4242
id: checkout-main
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444
with:
4545
repository: 'equinor/energyvision'
4646
fetch-depth: 0
@@ -52,7 +52,7 @@ jobs:
5252
echo "sha=$(git rev-parse ${{ steps.get-preprod-sha.outputs.sha }})" >> $GITHUB_OUTPUT
5353
- name: Checkout πŸ›ŽοΈ
5454
id: checkout-specific-branch
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656
with:
5757
repository: 'equinor/energyvision'
5858
fetch-depth: 0
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- name: Checkout internal πŸ›ŽοΈ
105105
id: checkout-internal
106-
uses: actions/checkout@v6
106+
uses: actions/checkout@v7
107107
with:
108108
repository: 'equinor/energyvision-internal'
109109
ref: main
@@ -117,7 +117,7 @@ jobs:
117117
echo "sha=$(python ci/returnGlobalStudioVersion.py preprod)" >> $GITHUB_OUTPUT
118118
- name: Checkout πŸ›ŽοΈ
119119
id: checkout-main
120-
uses: actions/checkout@v6
120+
uses: actions/checkout@v7
121121
with:
122122
repository: 'equinor/energyvision'
123123
fetch-depth: 0
@@ -129,7 +129,7 @@ jobs:
129129
echo "sha=$(git rev-parse ${{ steps.get-preprod-sha.outputs.sha }})" >> $GITHUB_OUTPUT
130130
- name: Checkout πŸ›ŽοΈ
131131
id: checkout-specific-branch
132-
uses: actions/checkout@v6
132+
uses: actions/checkout@v7
133133
with:
134134
repository: 'equinor/energyvision'
135135
fetch-depth: 0
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- name: Checkout internal πŸ›ŽοΈ
169169
id: checkout-internal
170-
uses: actions/checkout@v6
170+
uses: actions/checkout@v7
171171
with:
172172
repository: 'equinor/energyvision-internal'
173173
ref: main
@@ -207,7 +207,7 @@ jobs:
207207
DOCKER_BUILDKIT: 1
208208
steps:
209209
- name: Checkout πŸ›ŽοΈ
210-
uses: actions/checkout@v6
210+
uses: actions/checkout@v7
211211

212212
# PRODUCTION CLUSTERS
213213
- name: Deploy to Radix πŸš€
@@ -238,7 +238,7 @@ jobs:
238238
steps:
239239
- name: Checkout internal πŸ›ŽοΈ
240240
id: checkout-internal
241-
uses: actions/checkout@v6
241+
uses: actions/checkout@v7
242242
with:
243243
repository: 'equinor/energyvision-internal'
244244
ref: main
@@ -272,7 +272,7 @@ jobs:
272272
runs-on: ubuntu-latest
273273
steps:
274274
- name: Checkout πŸ›ŽοΈ
275-
uses: actions/checkout@v6
275+
uses: actions/checkout@v7
276276

277277
- name: 'Move cards and create discussion and post it to channel'
278278
id: 'get-list'

β€Ž.github/workflows/PROD-all-webs-and-studios.yamlβ€Ž

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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
@@ -98,7 +98,7 @@ jobs:
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'

β€Ž.github/workflows/PROD-all-webs.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
5454
DOCKER_BUILDKIT: 1
5555
steps:
5656
- name: Checkout πŸ›ŽοΈ
57-
uses: actions/checkout@v6
57+
uses: actions/checkout@v7
5858

5959
# MAIN CLUSTER PLATFORM2
6060
- name: Deploy to Radix πŸš€
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- name: Checkout internal πŸ›ŽοΈ
8686
id: checkout-internal
87-
uses: actions/checkout@v6
87+
uses: actions/checkout@v7
8888
with:
8989
repository: 'equinor/energyvision-internal'
9090
ref: main
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- name: Checkout πŸ›ŽοΈ
122-
uses: actions/checkout@v6
122+
uses: actions/checkout@v7
123123

124124
- name: 'Move cards and create discussion and post it to channel'
125125
id: 'get-list'

β€Ž.github/workflows/PROD-studios-selected.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Checkout internal πŸ›ŽοΈ
3131
id: checkout-internal
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
repository: 'equinor/energyvision-internal'
3535
ref: main
@@ -69,7 +69,7 @@ jobs:
6969
DOCKER_BUILDKIT: 1
7070
steps:
7171
- name: Checkout πŸ›ŽοΈ
72-
uses: actions/checkout@v6
72+
uses: actions/checkout@v7
7373

7474
# PRODUCTION CLUSTERS
7575
- name: Deploy to Radix πŸš€
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- name: Checkout internal πŸ›ŽοΈ
9999
id: checkout-internal
100-
uses: actions/checkout@v6
100+
uses: actions/checkout@v7
101101
with:
102102
repository: 'equinor/energyvision-internal'
103103
ref: main

β€Ž.github/workflows/PROD-webs-rollback.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- name: Checkout internal πŸ›ŽοΈ
7272
id: checkout-internal
73-
uses: actions/checkout@v6
73+
uses: actions/checkout@v7
7474
with:
7575
repository: 'equinor/energyvision-internal'
7676
ref: main
@@ -109,7 +109,7 @@ jobs:
109109
DOCKER_BUILDKIT: 1
110110
steps:
111111
- name: Checkout πŸ›ŽοΈ
112-
uses: actions/checkout@v6
112+
uses: actions/checkout@v7
113113

114114
# MAIN PRODUCTION CLUSTER
115115
- name: Deploy to Radix πŸš€

β€Ž.github/workflows/PROD-webs.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Checkout internal πŸ›ŽοΈ
3333
id: checkout-internal
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
repository: 'equinor/energyvision-internal'
3737
ref: main
@@ -72,7 +72,7 @@ jobs:
7272
DOCKER_BUILDKIT: 1
7373
steps:
7474
- name: Checkout πŸ›ŽοΈ
75-
uses: actions/checkout@v6
75+
uses: actions/checkout@v7
7676

7777
- name: Deploy website on Radix πŸš€
7878
id: deploy

β€Ž.github/workflows/UPGRADE-DEV-studio.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
DOCKER_BUILDKIT: 1
3030
steps:
3131
- name: Checkout πŸ›ŽοΈ
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
- id: deploy-satellite
3434
uses: ./.github/workflows/deploy-studio/
3535
with:

β€Ž.github/workflows/UPGRADE-DEV-web.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
DOCKER_BUILDKIT: 1
3535
steps:
3636
- name: Checkout πŸ›ŽοΈ
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
- id: deploy-global-development
3939
uses: ./.github/workflows/deploy-web/
4040
with:

0 commit comments

Comments
Β (0)