Skip to content

Commit a403b9a

Browse files
renovate[bot]jackton1
authored andcommitted
Update actions/cache action to v3.0.6
1 parent 0cfa5a5 commit a403b9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- uses: actions/[email protected].5
21+
- uses: actions/[email protected].6
2222
id: pip-cache
2323
with:
2424
path: ~/.cache/pip

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

29-
- uses: actions/[email protected].5
29+
- uses: actions/[email protected].6
3030
id: pip-cache
3131
with:
3232
path: ~/.cache/pip
3333
key: ${{ runner.os }}-${{ matrix.platform }}-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
3434
restore-keys: |
3535
${{ runner.os }}-${{ matrix.platform }}-pip-${{ matrix.python-version }}-
3636
37-
- uses: actions/[email protected].5
37+
- uses: actions/[email protected].6
3838
id: pytest-cache
3939
with:
4040
path: |

0 commit comments

Comments
 (0)