Skip to content

Commit c7256f3

Browse files
committed
Update github CI bitrot
1 parent da28b0f commit c7256f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
name: "pre-commit hooks"
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
19-
- uses: actions/setup-python@v2
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-python@v3
2020
with:
2121
python-version: "3.11"
22-
- uses: pre-commit/action@v2.0.3
22+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)