Skip to content

Commit 5eb22b5

Browse files
renovate-botjackton1
authored andcommitted
Update actions/cache action to v3.0.4
1 parent 6a7f35a commit 5eb22b5

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/[email protected].3
26+
uses: actions/[email protected].4
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/[email protected]
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- uses: actions/[email protected].3
21+
- uses: actions/[email protected].4
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
@@ -57,7 +57,7 @@ jobs:
5757
python-version: ${{ matrix.python-version }}
5858

5959
- name: Pip cache
60-
uses: actions/[email protected].3
60+
uses: actions/[email protected].4
6161
id: pip-cache
6262
with:
6363
path: ~/.cache/pip

0 commit comments

Comments
 (0)