diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eac2d91..91deddcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: # Otherwise, docker build could take up to 10 minutes. # See https://github.com/marketplace/actions/build-and-push-docker-images - name: Cache Docker Layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ubuntu-${{ matrix.ubuntu }}-python-${{ matrix.python }}-buildx-${{ hashFiles('Dockerfile') }} diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 74792ab9..dbc1337d 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -72,7 +72,7 @@ jobs: # Otherwise, docker build could take up to 10 minutes. # See https://github.com/marketplace/actions/build-and-push-docker-images - name: Cache Docker Layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ubuntu-${{ matrix.ubuntu }}-python-${{ matrix.python }}-buildx-${{ hashFiles('Dockerfile') }}