Skip to content

Commit 975045f

Browse files
authored
Merge pull request #904 from sanders41/dependabot/github_actions/Swatinem/rust-cache-2.8.1
Bump Swatinem/rust-cache from 2.7.5 to 2.8.1
2 parents 6ec16e8 + a49dde5 commit 975045f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/testing.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2424
- name: Cache dependencies
25-
uses: Swatinem/rust-cache@v2.7.5
25+
uses: Swatinem/rust-cache@v2.8.1
2626
- name: Run cargo clippy
2727
run: cargo clippy --all-targets -- --deny warnings
2828
fmt:
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3636
- name: Cache dependencies
37-
uses: Swatinem/rust-cache@v2.7.5
37+
uses: Swatinem/rust-cache@v2.8.1
3838
- name: Run cargo fmt
3939
run: cargo fmt --all -- --check
4040
test:
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5252
- name: Cache dependencies
53-
uses: Swatinem/rust-cache@v2.7.5
53+
uses: Swatinem/rust-cache@v2.8.1
5454
- name: Run cargo test
5555
run: cargo test --locked
5656
uv-linting:
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
6767
- name: Cache Rust dependencies
68-
uses: Swatinem/rust-cache@v2.7.5
68+
uses: Swatinem/rust-cache@v2.8.1
6969
- name: Install uv on Linux and Mac
7070
if: runner.os != 'Windows'
7171
run: curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
109109
- name: Cache Rust dependencies
110-
uses: Swatinem/rust-cache@v2.7.5
110+
uses: Swatinem/rust-cache@v2.8.1
111111
- name: Install uv on Linux and Mac
112112
if: runner.os != 'Windows'
113113
run: curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -150,7 +150,7 @@ jobs:
150150
run: |
151151
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
152152
- name: Cache Rust dependencies
153-
uses: Swatinem/rust-cache@v2.7.5
153+
uses: Swatinem/rust-cache@v2.8.1
154154
- name: Install Poetry
155155
run: pipx install poetry
156156
- name: Configure poetry
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
192192
- name: Cache Rust dependencies
193-
uses: Swatinem/rust-cache@v2.7.5
193+
uses: Swatinem/rust-cache@v2.8.1
194194
- name: Install Poetry
195195
run: pipx install poetry
196196
- name: Configure poetry
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
234234
- name: Cache Rust dependencies
235-
uses: Swatinem/rust-cache@v2.7.5
235+
uses: Swatinem/rust-cache@v2.8.1
236236
- name: Install uv on Linux and Mac
237237
if: runner.os != 'Windows'
238238
run: curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -281,7 +281,7 @@ jobs:
281281
run: |
282282
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
283283
- name: Cache Rust dependencies
284-
uses: Swatinem/rust-cache@v2.7.5
284+
uses: Swatinem/rust-cache@v2.8.1
285285
- name: Install uv on Linux and Mac
286286
if: runner.os != 'Windows'
287287
run: curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -324,7 +324,7 @@ jobs:
324324
run: |
325325
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
326326
- name: Cache Rust dependencies
327-
uses: Swatinem/rust-cache@v2.7.5
327+
uses: Swatinem/rust-cache@v2.8.1
328328
- name: Set up Python
329329
uses: actions/setup-python@v6
330330
with:
@@ -361,7 +361,7 @@ jobs:
361361
run: |
362362
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
363363
- name: Cache Rust dependencies
364-
uses: Swatinem/rust-cache@v2.7.5
364+
uses: Swatinem/rust-cache@v2.8.1
365365
- name: Set up Python
366366
uses: actions/setup-python@v6
367367
with:
@@ -398,7 +398,7 @@ jobs:
398398
run: |
399399
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
400400
- name: Cache Rust dependencies
401-
uses: Swatinem/rust-cache@v2.7.5
401+
uses: Swatinem/rust-cache@v2.8.1
402402
- name: Build package
403403
run: cargo build --release
404404
- name: Run creation
@@ -434,7 +434,7 @@ jobs:
434434
run: |
435435
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
436436
- name: Cache Rust dependencies
437-
uses: Swatinem/rust-cache@v2.7.5
437+
uses: Swatinem/rust-cache@v2.8.1
438438
- name: Build package
439439
run: cargo build --release
440440
- name: Run creation

0 commit comments

Comments
 (0)