Skip to content

Commit 1cd201c

Browse files
committed
Update flag
1 parent 2325dcd commit 1cd201c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3
37-
- uses: actions/setup-python@v3
37+
- uses: actions/setup-python@v5
38+
with:
39+
python-version: '3.11'
3840
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)