diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8ab7cb..43132b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV | sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{ hashFiles('poetry.lock') }}" >> $GITHUB_ENV - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | .cache.~ @@ -74,7 +74,7 @@ jobs: steps: # Set up Docker Environment - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | /tmp/.buildx-cache