Skip to content

Commit 748d169

Browse files
Update actions/cache action to v3.4.0
1 parent 1c07602 commit 748d169

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-page.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: 3.6
2424

2525
- name: Pip cache
26-
uses: actions/cache@v3.3.1
26+
uses: actions/cache@v3.4.0
2727
id: pip-cache
2828
with:
2929
path: ~/.cache/pip

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- uses: actions/cache@v3.3.1
21+
- uses: actions/cache@v3.4.0
2222
id: pip-cache
2323
with:
2424
path: ~/.cache/pip

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ matrix.python-version }}
6464

6565
- name: Pip cache
66-
uses: actions/cache@v3.3.1
66+
uses: actions/cache@v3.4.0
6767
id: pip-cache
6868
with:
6969
path: ~/.cache/pip

0 commit comments

Comments
 (0)