diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 92898d5..13df3a1 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -80,7 +80,7 @@ jobs: python=${{matrix.python-version}} - name: Create rust cache - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # 2.8.1 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # 2.8.2 with: prefix-key: "py${{ matrix.python-version }}" diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index ab09c0a..7bba7e0 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -82,7 +82,7 @@ jobs: python=${{ matrix.python-version }} # - name: Create rust cache - # uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # 2.8.1 + # uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # 2.8.2 # with: # prefix-key: "py${{ matrix.python-version }}" @@ -172,7 +172,7 @@ jobs: python=${{ matrix.python-version }} - name: Create rust cache - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # 2.8.1 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # 2.8.2 - name: Cargo clippy run: |