@@ -32,13 +32,13 @@ jobs:
3232 with :
3333 go-version : ${{ env.GO_VERSION }}
3434
35- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
35+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3636 with :
3737 node-version : 18
3838 cache : yarn
3939 - run : yarn install --frozen-lockfile
4040
41- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
41+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
4242 with :
4343 key : udeps
4444 cache-all-crates : " true"
@@ -93,11 +93,11 @@ jobs:
9393 with :
9494 go-version : ${{ env.GO_VERSION }}
9595
96- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
96+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
9797 with :
9898 key : clippy
9999
100- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
100+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
101101 with :
102102 node-version : 18
103103 cache : yarn
@@ -136,11 +136,11 @@ jobs:
136136 with :
137137 go-version : ${{ env.GO_VERSION }}
138138
139- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
139+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
140140 with :
141141 key : doc
142142
143- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
143+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
144144 with :
145145 node-version : 18
146146 cache : yarn
@@ -163,11 +163,11 @@ jobs:
163163 with :
164164 go-version : ${{ env.GO_VERSION }}
165165
166- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
166+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
167167 with :
168168 key : test
169169
170- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
170+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
171171 with :
172172 node-version : 18
173173 cache : yarn
0 commit comments