We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dcad2 commit 1c0c453Copy full SHA for 1c0c453
.github/workflows/testing.yml
@@ -26,7 +26,7 @@ jobs:
26
python-version: "3.10"
27
28
- name: Handle pip cache
29
- uses: actions/cache@v2
+ uses: actions/cache@v3
30
with:
31
path: ~/.cache/pip
32
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -78,15 +78,15 @@ jobs:
78
python-version: ${{ matrix.python-version }}
79
80
81
82
83
84
85
restore-keys: |
86
${{ runner.os }}-pip-
87
88
- name: Handle ZK installation cache
89
90
91
path: zookeeper
92
key: ${{ runner.os }}-zookeeper
0 commit comments