File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,25 @@ jobs:
16
16
target : [x86_64-unknown-linux-gnu]
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
- name : Install Rust
21
- uses : actions-rs/toolchain@v1
21
+ uses : actions-rs/toolchain@stable
22
22
with :
23
23
profile : minimal
24
24
toolchain : stable
25
25
- name : Cache
26
- uses : Swatinem/rust-cache@v1
26
+ uses : Swatinem/rust-cache@v2
27
27
- name : Node
28
- uses : actions/setup-node@v2
28
+ uses : actions/setup-node@v4
29
29
with :
30
30
node-version : " 16"
31
- - name : GCloud
32
- uses : google-github-actions/setup-gcloud@master
31
+ - id : " auth "
32
+ uses : google-github-actions/auth@v2
33
33
with :
34
34
project_id : ${{ secrets.GCP_PROJECT_ID }}
35
- service_account_key : ${{ secrets.GCP_SA_KEY }}
35
+ credentials_json : ${{ secrets.GCP_SA_KEY }}
36
+ - name : " Set up Cloud SDK"
37
+ uses : google-github-actions/setup-gcloud@v2
36
38
- name : Install dependencies
37
39
run : |
38
40
sudo apt update
You can’t perform that action at this time.
0 commit comments