Skip to content

Commit e873556

Browse files
committed
Another try
1 parent 5f9bc0e commit e873556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: pip install -U tox
106106
- name: Cache tox environment
107107
# Preserves .tox directory between runs for faster installs
108-
uses: actions/cache@v1
108+
uses: actions/cache@v2
109109
with:
110110
path: .tox
111111
key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}

0 commit comments

Comments
 (0)