Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 16707c3

Browse files
committed
chore: upgrade orbs
Signed-off-by: Viktor Poluksht <[email protected]>
1 parent 318ea2a commit 16707c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22
orbs:
3-
gcp-gcr: circleci/gcp-gcr@0.15.0
4-
gcp-cli: circleci/gcp-cli@2.4.1
3+
gcp-gcr: circleci/gcp-gcr@0.16.2
4+
gcp-cli: circleci/gcp-cli@3.1.1
55
pulumi: pulumi/[email protected]
66
jobs:
77
build:
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- checkout
8686
- gcp-cli/install
87-
- gcp-cli/initialize
87+
- gcp-cli/setup
8888
- run:
8989
name: Install GKE Auth plugin
9090
command: gcloud components install gke-gcloud-auth-plugin

0 commit comments

Comments
 (0)