diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a154e0..9c3c71b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: python-version: ${{ matrix.python }} - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.0.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}