Skip to content

Commit 0610f87

Browse files
committed
updated lint readme action
1 parent e14e735 commit 0610f87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/workflows/lint_readme.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v4
13+
with:
14+
python-version: "3.12"
1315
- run: pip install codespell
1416
- run: codespell

0 commit comments

Comments
 (0)