diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4e97ec..ead8553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,6 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # 2.7.0 + - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # 2.7.1 - run: python3 -m pip install nox - run: nox -s test-${{ matrix.python-version }}