Skip to content

Commit b08076d

Browse files
committed
GitHub CI: No cache, update V of checkout and setup-python
1 parent 1fb9069 commit b08076d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99
- name: Setup python
10-
uses: actions/setup-python@v2
10+
uses: actions/setup-python@v5
1111
with:
1212
python-version: 3.9
1313
architecture: x64
14-
- uses: actions/cache@v1
15-
with:
16-
path: ~/.cache/pip
17-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements_dev.txt') }}-${{ matrix.python-version }}
18-
restore-keys: |
19-
${{ runner.os }}-pip-
2014
- run: pip install -e .[dev]
2115
- run: isort --check-only libcoveweb2 setup.py
2216
- run: black --check libcoveweb2 setup.py

0 commit comments

Comments
 (0)