Skip to content

Commit b79956b

Browse files
committed
⬆️ Updates radix-github-actions to v2 #3002
1 parent 8be0ed5 commit b79956b

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/PROD-all-studios-v3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
# PRODUCTION CLUSTERS
225225
- name: Deploy to Radix 🚀
226226
id: deploy
227-
uses: equinor/radix-github-actions@v1
227+
uses: equinor/radix-github-actions@v2
228228
with:
229229
args: >
230230
create job

.github/workflows/PROD-all-webs-and-studios.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Deploy to Radix 🚀
6363
id: deploy-main
64-
uses: equinor/radix-github-actions@v1
64+
uses: equinor/radix-github-actions@v2
6565
with:
6666
args: >
6767
create job
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Deploy to Radix 🚀
179179
id: deploy
180-
uses: equinor/radix-github-actions@v1
180+
uses: equinor/radix-github-actions@v2
181181
with:
182182
args: >
183183
create job

.github/workflows/PROD-all-webs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# MAIN CLUSTER PLATFORM2
6262
- name: Deploy to Radix 🚀
6363
id: deploy-main
64-
uses: equinor/radix-github-actions@v1
64+
uses: equinor/radix-github-actions@v2
6565
with:
6666
args: >
6767
create job

.github/workflows/PROD-studios-selected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# PRODUCTION CLUSTERS
7777
- name: Deploy to Radix 🚀
7878
id: deploy
79-
uses: equinor/radix-github-actions@v1
79+
uses: equinor/radix-github-actions@v2
8080
with:
8181
args: >
8282
create job

.github/workflows/PROD-webs-rollback.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# MAIN PRODUCTION CLUSTER
116116
- name: Deploy to Radix 🚀
117117
id: deploy-main
118-
uses: equinor/radix-github-actions@v1
118+
uses: equinor/radix-github-actions@v2
119119
with:
120120
args: >
121121
create job

.github/workflows/PROD-webs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: ./.github/workflows/get-auth-token/
7878
- name: Deploy website on Radix 🚀
7979
id: deploy
80-
uses: equinor/radix-github-actions@v1
80+
uses: equinor/radix-github-actions@v2
8181
with:
8282
args: >
8383
create job

.github/workflows/deploy-v3/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ runs:
131131
# MAIN CLUSTER
132132
- name: Deploy to Radix c2 🚀
133133
id: deploy-c2
134-
uses: equinor/radix-github-actions@v1
134+
uses: equinor/radix-github-actions@v2
135135
with:
136136
args: >
137137
create job

.github/workflows/deploy-websites/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ runs:
115115
# MAIN CLUSTER
116116
- name: Deploy to Radix c2 🚀
117117
id: deploy-c2
118-
uses: equinor/radix-github-actions@v1
118+
uses: equinor/radix-github-actions@v2
119119
with:
120120
args: >
121121
create job

.github/workflows/studios-rollback.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
# MAIN PRODUCTION CLUSTER
256256
- name: Deploy to Radix 🚀
257257
id: deploy-main
258-
uses: equinor/radix-github-actions@v1
258+
uses: equinor/radix-github-actions@v2
259259
with:
260260
args: >
261261
create job

0 commit comments

Comments
 (0)