diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 522257c..33a52ad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: with: python-version: ${{ matrix.py }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-1