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 5bc23b0 commit 30bb6a7Copy full SHA for 30bb6a7
.github/workflows/test.yml
@@ -109,7 +109,7 @@ jobs:
109
run: pip install -U tox
110
- name: Cache tox environment
111
# Preserves .tox directory between runs for faster installs
112
- uses: actions/cache@v1
+ uses: actions/cache@v2
113
with:
114
path: .tox
115
key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-core
0 commit comments