diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7113a11..21deae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,6 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@2656b87321093db1cb55fbd73183d195214fdfd1 # 2.5.0 + - uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f # 2.5.1 - run: python3 -m pip install nox - run: nox -s test-${{ matrix.python-version }}