File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,25 @@ jobs:
1616 target : [x86_64-unknown-linux-gnu]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020 - name : Install Rust
21- uses : actions-rs/toolchain@v1
21+ uses : actions-rs/toolchain@stable
2222 with :
2323 profile : minimal
2424 toolchain : stable
2525 - name : Cache
26- uses : Swatinem/rust-cache@v1
26+ uses : Swatinem/rust-cache@v2
2727 - name : Node
28- uses : actions/setup-node@v2
28+ uses : actions/setup-node@v4
2929 with :
3030 node-version : " 16"
31- - name : GCloud
32- uses : google-github-actions/setup-gcloud@master
31+ - id : " auth "
32+ uses : google-github-actions/auth@v2
3333 with :
3434 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
3638 - name : Install dependencies
3739 run : |
3840 sudo apt update
You can’t perform that action at this time.
0 commit comments