Skip to content

Commit afdd27a

Browse files
committed
ci: fix setup-python action version and specify python-version
1 parent 2c82eb1 commit afdd27a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pre-commit.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v3.13
11+
- uses: actions/setup-python@v5
12+
with:
13+
python-version: '3.13'
1214
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)