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 0810285 commit 9d058eeCopy full SHA for 9d058ee
.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.3.1
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.3.1
22
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments