File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
chart : true
38
38
steps :
39
39
- uses : actions/checkout@v4 # ratchet:exclude
40
- - uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # ratchet:azure/setup-helm@v3
40
+ - uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # ratchet:azure/setup-helm@v3
41
41
if : matrix.chart
42
42
with :
43
43
version : " v3.11.1"
78
78
- name : " Authenticate to Google Cloud"
79
79
if : matrix.chart && github.ref == 'refs/heads/master'
80
80
id : " auth"
81
- uses : " google-github-actions/auth@v1 " # ratchet:exclude
81
+ uses : " google-github-actions/auth@v2 " # ratchet:exclude
82
82
with :
83
83
workload_identity_provider : ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
84
84
service_account :
" [email protected] "
Original file line number Diff line number Diff line change 13
13
name : Deploy to NAIS
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : deploy to ${{ github.event.inputs.cluster }}
18
- uses : nais/deploy/actions/deploy@v1
18
+ uses : nais/deploy/actions/deploy@v2
19
19
env :
20
20
APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
21
21
CLUSTER : ${{ github.event.inputs.cluster }}
Original file line number Diff line number Diff line change 13
13
name : Deploy to NAIS
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : deploy to ${{ github.event.inputs.cluster }}
18
- uses : nais/deploy/actions/deploy@v1
18
+ uses : nais/deploy/actions/deploy@v2
19
19
env :
20
20
APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
21
21
CLUSTER : ${{ github.event.inputs.cluster }}
Original file line number Diff line number Diff line change 13
13
name : Deploy to NAIS
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : deploy to ${{ github.event.inputs.cluster }}
18
- uses : nais/deploy/actions/deploy@v1
18
+ uses : nais/deploy/actions/deploy@v2
19
19
env :
20
20
APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
21
21
CLUSTER : ${{ github.event.inputs.cluster }}
You can’t perform that action at this time.
0 commit comments