6666 - name : Get exact filename
6767 run : echo "path=$(find . -name cuttlefish-cvdremote_*.deb)" >> $GITHUB_ENV
6868 - name : Authentication on GCP project android-cuttlefish-artifacts
69- uses : ' google-github-actions/auth@v2 '
69+ uses : ' google-github-actions/auth@v3 '
7070 with :
7171 credentials_json : ' ${{ secrets.artifact-registry-uploader-json-creds }}'
7272 - name : Deploy debian package cuttlefish-cvdremote
9191 - name : Get exact filename
9292 run : echo "path=$(find . -name cuttlefish-cvdremote_*.deb)" >> $GITHUB_ENV
9393 - name : Authentication on GCP project android-cuttlefish-artifacts
94- uses : ' google-github-actions/auth@v2 '
94+ uses : ' google-github-actions/auth@v3 '
9595 with :
9696 credentials_json : ' ${{ secrets.artifact-registry-uploader-json-creds }}'
9797 - name : Deploy debian package cuttlefish-cvdremote
@@ -110,11 +110,11 @@ jobs:
110110 - name : Build docker image
111111 run : docker build -t cuttlefish-cloud-orchestrator .
112112 - name : Authentication on GCP project android-cuttlefish-artifacts
113- uses : ' google-github-actions/auth@v2 '
113+ uses : ' google-github-actions/auth@v3 '
114114 with :
115115 credentials_json : ' ${{ secrets.artifact-registry-uploader-json-creds }}'
116116 - name : Login to Artifact Registry
117- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # aka v3.5 .0
117+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
118118 with :
119119 registry : us-docker.pkg.dev
120120 username : _json_key
@@ -135,11 +135,11 @@ jobs:
135135 - name : Build docker image
136136 run : docker build -t cuttlefish-cloud-orchestrator .
137137 - name : Authentication on GCP project android-cuttlefish-artifacts
138- uses : ' google-github-actions/auth@v2 '
138+ uses : ' google-github-actions/auth@v3 '
139139 with :
140140 credentials_json : ' ${{ secrets.artifact-registry-uploader-json-creds }}'
141141 - name : Login to Artifact Registry
142- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # aka v3.5 .0
142+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
143143 with :
144144 registry : us-docker.pkg.dev
145145 username : _json_key
@@ -158,11 +158,11 @@ jobs:
158158 - name : Checkout repository
159159 uses : actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
160160 - name : Authentication on GCP project android-cuttlefish-artifacts
161- uses : ' google-github-actions/auth@v2 '
161+ uses : ' google-github-actions/auth@v3 '
162162 with :
163163 credentials_json : ' ${{ secrets.artifact-registry-uploader-json-creds }}'
164164 - name : Login to Artifact Registry
165- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # aka v3.5 .0
165+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
166166 with :
167167 registry : us-docker.pkg.dev
168168 username : _json_key
@@ -186,11 +186,11 @@ jobs:
186186 - name : Checkout repository
187187 uses : actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
188188 - name : Authentication on GCP project android-cuttlefish-artifacts
189- uses : ' google-github-actions/auth@v2 '
189+ uses : ' google-github-actions/auth@v3 '
190190 with :
191191 credentials_json : ' ${{ secrets.artifact-registry-uploader-json-creds }}'
192192 - name : ' Set up Cloud SDK'
193- uses : ' google-github-actions/setup-gcloud@v3.0.0 '
193+ uses : ' google-github-actions/setup-gcloud@v3.0.1 '
194194 with :
195195 version : ' >= 363.0.0'
196196 - name : Deploy conf.toml
0 commit comments