File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 working-directory : actions/spa-setup-task
2525
2626 steps :
27- - uses : actions/checkout@v4
28- - uses : actions/setup-node@v4
27+ - uses : actions/checkout@v5
28+ - uses : actions/setup-node@v6
2929 with :
3030 node-version : ' 20'
3131 - run : yarn install
4141 id : diff
4242
4343 # If index.js was different than expected, upload the expected version as an artifact
44- - uses : actions/upload-artifact@v4
44+ - uses : actions/upload-artifact@v5
4545 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
4646 with :
4747 name : dist
Original file line number Diff line number Diff line change 3636 - component : canary-deployer
3737 chart : true
3838 steps :
39- - uses : actions/checkout@v4 # ratchet:exclude
40- - uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # ratchet:azure/setup-helm@v3
39+ - uses : actions/checkout@v5 # ratchet:exclude
40+ - uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # ratchet:azure/setup-helm@v3
4141 if : matrix.chart
4242 with :
4343 version : " v3.11.1"
7878 - name : " Authenticate to Google Cloud"
7979 if : matrix.chart && github.ref == 'refs/heads/master'
8080 id : " auth"
81- uses : " google-github-actions/auth@v2 " # ratchet:exclude
81+ uses : " google-github-actions/auth@v3 " # ratchet:exclude
8282 with :
8383 workload_identity_provider : ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
8484 service_account : " gh-deploy@nais-io.iam.gserviceaccount.com"
@@ -136,9 +136,9 @@ jobs:
136136 - build_and_push
137137 runs-on : ubuntu-22.04
138138 steps :
139- - uses : actions/checkout@v4 # ratchet:exclude
139+ - uses : actions/checkout@v5 # ratchet:exclude
140140
141- - uses : actions/setup-go@v5
141+ - uses : actions/setup-go@v6
142142 with :
143143 go-version : ' stable'
144144
Original file line number Diff line number Diff line change 1313 name : Deploy to NAIS
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : deploy to ${{ github.event.inputs.cluster }}
1818 uses : nais/deploy/actions/deploy@v2
1919 env :
Original file line number Diff line number Diff line change 1515 contents : read
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : deploy to ${{ github.event.inputs.cluster }}
2020 uses : nais/deploy/actions/deploy@v2
2121 env :
Original file line number Diff line number Diff line change 1313 name : Deploy to NAIS
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : deploy to ${{ github.event.inputs.cluster }}
1818 uses : nais/deploy/actions/deploy@v2
1919 env :
You can’t perform that action at this time.
0 commit comments