Skip to content

Commit cdb1bb5

Browse files
committed
Yet more workflow config fixes
1 parent 44db1c4 commit cdb1bb5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version:
17-
- 3.10
18-
- 3.11
19-
- 3.12
20-
- 3.13
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2117

2218
steps:
2319
- uses: actions/checkout@v4

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
- uses: actions/setup-python@v5
1919

20-
- uses: pre-commit/action@v4
20+
- uses: pre-commit/action@v3.0.1
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)