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 1a31e3c commit c96443dCopy full SHA for c96443d
.github/actions/set_up/action.yml
@@ -31,7 +31,7 @@ runs:
31
32
- name: Cache tox environment
33
# Preserves .tox directory between runs for faster installs
34
- uses: actions/cache@v1
+ uses: actions/cache@v3
35
with:
36
path: |
37
.tox
0 commit comments