Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
gradle-version: ${{ env.gradle-version }}
gradle-home-cache-cleanup: true
- name: Restore Docker Cache
uses: ScribeMD/docker-cache@0.5.0
uses: AndreKurait/docker-cache@0.6.0
with:
key: docker-${{ runner.os }}-${{ needs.generate-cache-key.outputs.docker_cache_key }}
# Delegate cache saving to python-e2e-tests
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
with:
python-version: ${{ env.python-version }}
- name: Cache Docker Images
uses: ScribeMD/docker-cache@0.5.0
uses: AndreKurait/docker-cache@0.6.0
with:
key: docker-${{ runner.os }}-${{ needs.generate-cache-key.outputs.docker_cache_key }}
# Only save cache on push events
Expand Down
Loading