Skip to content

Commit 4ac502e

Browse files
committed
CI: bump actions/{checkout,setup-python} versions, simplify
1 parent d945008 commit 4ac502e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
python-version: ["3.10", "3.11"]
12-
139
steps:
14-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v4
1511
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v1
12+
uses: actions/setup-python@v5
1713
with:
18-
python-version: ${{ matrix.python-version }}
14+
python-version: "3.10"
1915
- name: Run pre-commit hook
2016
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)