2626jobs :
2727 gcloud-setup-and-build-and-publish-to-GCR :
2828 name : Setup gcloud utility, Build DC-ANALYTICS image and Publish it to Container Registry
29- runs-on : ubuntu-20 .04
29+ runs-on : ubuntu-22 .04
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : Google Authentication
35- uses : google-github-actions/auth@v0.8.0
35+ uses : google-github-actions/auth@v2.1.6
3636 with :
3737 credentials_json : ${{ secrets.SERVICE_ACCOUNT_KEY }}
3838
3939 - name : Setup gcloud cli
40- uses : google-github-actions/setup-gcloud@v0.6.0
40+ uses : google-github-actions/setup-gcloud@v2.1.1
4141 with :
42- version : ' 391 .0.0'
42+ version : ' 496 .0.0'
4343
4444 - name : Configure docker to use the gcloud as a credential helper
4545 run : |
@@ -98,10 +98,10 @@ jobs:
9898 needs :
9999 - gcloud-setup-and-build-and-publish-to-GCR
100100 # - gke-provisioner
101- runs-on : ubuntu-20 .04
101+ runs-on : ubuntu-22 .04
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v3
104+ uses : actions/checkout@v4
105105
106106 - name : Replace placeholders with values in statefulset template
107107 working-directory : ./k8s/
@@ -112,14 +112,14 @@ jobs:
112112 cat statefulset.yaml
113113
114114 - name : Google Authentication
115- uses : google-github-actions/auth@v0.8.0
115+ uses : google-github-actions/auth@v2.1.6
116116 with :
117117 credentials_json : ${{ secrets.SERVICE_ACCOUNT_KEY }}
118118
119119 - name : Setup gcloud cli
120- uses : google-github-actions/setup-gcloud@v0.6.0
120+ uses : google-github-actions/setup-gcloud@v2.1.1
121121 with :
122- version : ' 391 .0.0'
122+ version : ' 496 .0.0'
123123
124124 - name : Apply Kubernetes manifests
125125 working-directory : ./k8s/
0 commit comments