diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfe6583..d5d505a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: - name: Cache Docker layers if: ${{ env.do_build == 'true' }} id: docker-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.DOCKER_CACHE_DEST }} key: ${{ runner.os }}-docker-${{ matrix.os }}-${{ github.ref_name }}