@@ -23,22 +23,22 @@ jobs:
2323 ]
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : Install Rust
2828 uses : dtolnay/rust-toolchain@stable
2929 - name : Cache
3030 uses : Swatinem/rust-cache@v2
3131 - name : Node
32- uses : actions/setup-node@v3
32+ uses : actions/setup-node@v4
3333 with :
3434 node-version : " 18"
3535 - id : " auth"
36- uses : " google-github-actions/auth@v1 "
36+ uses : google-github-actions/auth@v2
3737 with :
3838 project_id : ${{ secrets.GCP_PROJECT_ID }}
3939 credentials_json : ${{ secrets.GCP_SA_KEY }}
4040 - name : " Set up Cloud SDK"
41- uses : " google-github-actions/setup-gcloud@v1 "
41+ uses : google-github-actions/setup-gcloud@v2
4242 - name : Install dependencies
4343 run : |
4444 sudo apt update
@@ -70,22 +70,22 @@ jobs:
7070 target : [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@v3
73+ uses : actions/checkout@v4
7474 - name : Install Rust
7575 uses : dtolnay/rust-toolchain@stable
7676 - name : Cache
7777 uses : Swatinem/rust-cache@v2
7878 - name : Node
79- uses : actions/setup-node@v3
79+ uses : actions/setup-node@v4
8080 with :
8181 node-version : " 18"
8282 - id : " auth"
83- uses : " google-github-actions/auth@v1 "
83+ uses : google-github-actions/auth@v2
8484 with :
8585 project_id : ${{ secrets.GCP_PROJECT_ID }}
8686 credentials_json : ${{ secrets.GCP_SA_KEY }}
8787 - name : " Set up Cloud SDK"
88- uses : " google-github-actions/setup-gcloud@v1 "
88+ uses : google-github-actions/setup-gcloud@v2
8989
9090 - name : Build
9191 run : |
@@ -108,22 +108,22 @@ jobs:
108108 target : [x86_64-apple-darwin, aarch64-apple-darwin]
109109 steps :
110110 - name : Checkout
111- uses : actions/checkout@v3
111+ uses : actions/checkout@v4
112112 - name : Install Rust
113113 uses : dtolnay/rust-toolchain@stable
114114 - name : Cache
115115 uses : Swatinem/rust-cache@v2
116116 - name : Node
117- uses : actions/setup-node@v3
117+ uses : actions/setup-node@v4
118118 with :
119119 node-version : " 18"
120120 - id : " auth"
121- uses : " google-github-actions/auth@v1 "
121+ uses : google-github-actions/auth@v2
122122 with :
123123 project_id : ${{ secrets.GCP_PROJECT_ID }}
124124 credentials_json : ${{ secrets.GCP_SA_KEY }}
125125 - name : " Set up Cloud SDK"
126- uses : " google-github-actions/setup-gcloud@v1 "
126+ uses : google-github-actions/setup-gcloud@v2
127127
128128 - name : Cargo build
129129 run : |
0 commit comments