Skip to content

Commit a0cf1e7

Browse files
Update Swatinem/rust-cache action to v2.9.1 (#3110)
1 parent fd2acb4 commit a0cf1e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version: ${{ env.PYTHON_VERSION }}
3636
architecture: x64
37-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
37+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
3838
- name: "Build wheels"
3939
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
4040
with:

.github/workflows/daily_property_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: rustup show
3939
- name: "Install mold"
4040
uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
41-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
41+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
4242
- name: Build ty
4343
# A release build takes longer (2 min vs 1 min), but the property tests run much faster in release
4444
# mode (1.5 min vs 14 min), so the overall time is shorter with a release build.

0 commit comments

Comments
 (0)