diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index dfaf7d095d..decae7ec7f 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -32,7 +32,7 @@ jobs: python-version: "3.10" - name: Cache Python dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}