diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7f63676..7af7175 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -105,7 +105,7 @@ jobs: # REFER: https://github.com/actions/setup-python#caching-packages-dependencies - name: Setup pip cache id: pip-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.dependency-set }}-${{ hashFiles('requirements-test.txt', 'requirements-generated.txt')}}