Skip to content

Commit eb0863b

Browse files
authored
Merge pull request #119 from sanders41/dependabot/github_actions/Swatinem/rust-cache-2.7.1
Bump Swatinem/rust-cache from 2.7.0 to 2.7.1
2 parents 6ecb0ef + 423c3de commit eb0863b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/testing.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2323
- name: Cache dependencies
24-
uses: Swatinem/[email protected].0
24+
uses: Swatinem/[email protected].1
2525
- name: Run cargo clippy
2626
run: cargo clippy --all-targets -- --deny warnings
2727
fmt:
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3535
- name: Cache dependencies
36-
uses: Swatinem/[email protected].0
36+
uses: Swatinem/[email protected].1
3737
- name: Run cargo fmt
3838
run: cargo fmt --all -- --check
3939
test:
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4747
- name: Cache dependencies
48-
uses: Swatinem/[email protected].0
48+
uses: Swatinem/[email protected].1
4949
- name: Run cargo test
5050
run: cargo test --locked
5151
poetry-linting:
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
6262
- name: Cache Rust dependencies
63-
uses: Swatinem/[email protected].0
63+
uses: Swatinem/[email protected].1
6464
- name: Install Poetry
6565
run: pipx install poetry
6666
- name: Configure poetry
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
100100
- name: Cache Rust dependencies
101-
uses: Swatinem/[email protected].0
101+
uses: Swatinem/[email protected].1
102102
- name: Install Poetry
103103
run: pipx install poetry
104104
- name: Configure poetry
@@ -137,7 +137,7 @@ jobs:
137137
run: |
138138
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
139139
- name: Cache Rust dependencies
140-
uses: Swatinem/[email protected].0
140+
uses: Swatinem/[email protected].1
141141
- name: Set up Python
142142
uses: actions/setup-python@v4
143143
with:
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
181181
- name: Cache Rust dependencies
182-
uses: Swatinem/[email protected].0
182+
uses: Swatinem/[email protected].1
183183
- name: Set up Python
184184
uses: actions/setup-python@v4
185185
with:
@@ -214,7 +214,7 @@ jobs:
214214
run: |
215215
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
216216
- name: Cache Rust dependencies
217-
uses: Swatinem/[email protected].0
217+
uses: Swatinem/[email protected].1
218218
- name: Set up Python
219219
uses: actions/setup-python@v4
220220
with:
@@ -248,7 +248,7 @@ jobs:
248248
run: |
249249
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
250250
- name: Cache Rust dependencies
251-
uses: Swatinem/[email protected].0
251+
uses: Swatinem/[email protected].1
252252
- name: Set up Python
253253
uses: actions/setup-python@v4
254254
with:

0 commit comments

Comments
 (0)