From b39792f9674c20b6850f2b0e9080dac222a69e3b Mon Sep 17 00:00:00 2001 From: Gary Gale Date: Fri, 17 Jan 2025 17:23:49 +0000 Subject: [PATCH] fix #378: Bump actions/cache from 3 to 4 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}