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.
2 parents 6df1eed + fc1c5c0 commit a5dfb85Copy full SHA for a5dfb85
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
# components: rustfmt
74
# default: true
75
76
- # - uses: actions/cache@v2
+ # - uses: actions/cache@v4
77
# with:
78
# path: |
79
# ~/.cargo/bin/
@@ -200,7 +200,7 @@ jobs:
200
distribution: "temurin"
201
java-version: "17"
202
203
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
204
with:
205
path: |
206
~/.cargo/bin/
@@ -238,7 +238,7 @@ jobs:
238
args: --features all --all
239
240
- name: Cache venv
241
- uses: actions/cache@v2
+ uses: actions/cache@v4
242
243
path: ~/.cache/pypoetry/virtualenvs
244
key: ${{ runner.os }}-venv-${{ secrets.CACHE_VERSION }}-${{ hashFiles('connectorx-python/poetry.lock') }}
0 commit comments