Skip to content

Commit 9d058ee

Browse files
renovate[bot]jackton1
authored andcommitted
Update actions/cache action to v3.3.1
1 parent 0810285 commit 9d058ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
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.0.4
26+
uses: actions/cache@v3.3.1
2727
id: pip-cache
2828
with:
2929
path: ~/.cache/pip

.github/workflows/lint.yml

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: ${{ matrix.python-version }}
6868

6969
- name: Pip cache
70-
uses: actions/cache@v3.0.4
70+
uses: actions/cache@v3.3.1
7171
id: pip-cache
7272
with:
7373
path: ~/.cache/pip

0 commit comments

Comments
 (0)