@@ -22,16 +22,16 @@ jobs:
2222 ]
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626 - name : Install Rust
2727 uses : actions-rs/toolchain@v1
2828 with :
2929 profile : minimal
3030 toolchain : stable
3131 - name : Cache
32- uses : Swatinem/rust-cache@v1
32+ uses : Swatinem/rust-cache@v2
3333 - name : Node
34- uses : actions/setup-node@v2
34+ uses : actions/setup-node@v3
3535 with :
3636 node-version : " 16"
3737 - id : ' auth'
@@ -73,16 +73,16 @@ jobs:
7373 target : [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v2
76+ uses : actions/checkout@v3
7777 - name : Install Rust
7878 uses : actions-rs/toolchain@v1
7979 with :
8080 profile : minimal
8181 toolchain : stable
8282 - name : Cache
83- uses : Swatinem/rust-cache@v1
83+ uses : Swatinem/rust-cache@v2
8484 - name : Node
85- uses : actions/setup-node@v2
85+ uses : actions/setup-node@v3
8686 with :
8787 node-version : " 16"
8888 - id : ' auth'
@@ -110,16 +110,16 @@ jobs:
110110 runs-on : macos-10.15
111111 steps :
112112 - name : Checkout
113- uses : actions/checkout@v2
113+ uses : actions/checkout@v3
114114 - name : Install Rust
115115 uses : actions-rs/toolchain@v1
116116 with :
117117 profile : minimal
118118 toolchain : stable
119119 - name : Cache
120- uses : Swatinem/rust-cache@v1
120+ uses : Swatinem/rust-cache@v2
121121 - name : Node
122- uses : actions/setup-node@v2
122+ uses : actions/setup-node@v3
123123 with :
124124 node-version : " 16"
125125 - id : ' auth'
@@ -146,16 +146,16 @@ jobs:
146146 runs-on : macos-11
147147 steps :
148148 - name : Checkout
149- uses : actions/checkout@v2
149+ uses : actions/checkout@v3
150150 - name : Install Rust
151151 uses : actions-rs/toolchain@v1
152152 with :
153153 profile : minimal
154154 toolchain : stable
155155 - name : Cache
156- uses : Swatinem/rust-cache@v1
156+ uses : Swatinem/rust-cache@v2
157157 - name : Node
158- uses : actions/setup-node@v2
158+ uses : actions/setup-node@v3
159159 with :
160160 node-version : " 16"
161161 - id : ' auth'
0 commit comments