We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619d108 commit cafdeabCopy full SHA for cafdeab
.github/workflows/pre-commit.yml
@@ -7,12 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: ["3.12"]
+ python-version: ["3.13"]
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
15
with:
16
python-version: ${{ matrix.python-version }}
17
- name: pre-commit
18
- uses: pre-commit/action@v3.0.0
+ uses: pre-commit/action@v3
0 commit comments