4141
4242 - uses : r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # v1.3.0
4343
44- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
44+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
4545 with :
4646 shared-key : msrv-cache
4747 save-if : false
5151
5252 - uses : dtolnay/rust-toolchain@stable
5353
54- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
54+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
5555 with :
5656 shared-key : stable-cache
5757 save-if : false
@@ -114,7 +114,7 @@ jobs:
114114
115115 - uses : r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # v1.3.0
116116
117- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
117+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
118118 with :
119119 key : ${{ matrix.target }}
120120 save-if : ${{ github.ref == 'refs/heads/master' }}
@@ -139,7 +139,7 @@ jobs:
139139
140140 - uses : r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # v1.3.0
141141
142- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
142+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
143143 with :
144144 key : ${{ matrix.features }}
145145 save-if : ${{ github.ref == 'refs/heads/master' }}
@@ -159,7 +159,7 @@ jobs:
159159
160160 - uses : r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # v1.3.0
161161
162- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
162+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
163163 with :
164164 save-if : ${{ github.ref == 'refs/heads/master' }}
165165
@@ -188,7 +188,7 @@ jobs:
188188
189189 - uses : r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # v1.3.0
190190
191- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
191+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
192192 with :
193193 save-if : ${{ github.ref == 'refs/heads/master' }}
194194
@@ -208,7 +208,7 @@ jobs:
208208
209209 - uses : r7kamura/rust-problem-matchers@d58b70c4a13c4866d96436315da451d8106f8f08 # v1.3.0
210210
211- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
211+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
212212 with :
213213 save-if : ${{ github.ref == 'refs/heads/master' }}
214214
@@ -268,7 +268,7 @@ jobs:
268268 steps :
269269 - uses : actions/checkout@v3
270270
271- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
271+ - uses : Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
272272
273273 - run : cargo install --version 0.10.0 pb-rs --locked
274274
0 commit comments