We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c07602 commit 748d169Copy full SHA for 748d169
.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.3.1
+ uses: actions/cache@v3.4.0
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
19
20
python-version: ${{ matrix.python-version }}
21
- - uses: actions/cache@v3.3.1
+ - uses: actions/cache@v3.4.0
22
.github/workflows/test.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments