Skip to content

Commit d529945

Browse files
deps: bump Swatinem/rust-cache from 2.2.0 to 2.2.1
Pull-Request: #3516.
1 parent 1a2608d commit d529945

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/cache-factory.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
toolchain: ${{ matrix.rust }}
4444

45-
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
45+
- uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
4646
with:
4747
shared-key: msrv-cache
4848

@@ -62,7 +62,7 @@ jobs:
6262

6363
- uses: dtolnay/rust-toolchain@stable
6464

65-
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
65+
- uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
6666
with:
6767
shared-key: stable-cache
6868

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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

Comments
 (0)