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 6a7f35a commit 5eb22b5Copy full SHA for 5eb22b5
.github/workflows/gh-page.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: 3.6
24
25
- name: Pip cache
26
- uses: actions/cache@v3.0.3
+ uses: actions/cache@v3.0.4
27
id: pip-cache
28
with:
29
path: ~/.cache/pip
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-python@v3.1.2
19
20
python-version: ${{ matrix.python-version }}
21
- - uses: actions/cache@v3.0.3
+ - uses: actions/cache@v3.0.4
22
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments