diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e14cf08..209f7f6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -25,7 +25,7 @@ jobs: python-version: '3.x' cache: poetry - name: Cache mypy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .mypy_cache key: ${{ runner.os }}-mypy-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}