Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30bb6a7

Browse files
authored
Set actions cache back to V2 (open-telemetry#1565)
Fixes open-telemetry#1564
1 parent 5bc23b0 commit 30bb6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: pip install -U tox
110110
- name: Cache tox environment
111111
# Preserves .tox directory between runs for faster installs
112-
uses: actions/cache@v1
112+
uses: actions/cache@v2
113113
with:
114114
path: .tox
115115
key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-core

0 commit comments

Comments
 (0)