diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 88bf7fa..11f12d4 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: with: python-version: '3.10' - name: Cache Python modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/Pipfile.lock') }}