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 d95ec2e commit 154bbb1Copy full SHA for 154bbb1
.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.4
+ uses: actions/cache@v3.0.11
27
id: pip-cache
28
with:
29
path: ~/.cache/pip
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-python@v4.0.0
19
20
python-version: ${{ matrix.python-version }}
21
- - uses: actions/cache@v3.0.4
+ - uses: actions/cache@v3.0.11
22
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments