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.
@rev
1 parent 175684b commit 851acffCopy full SHA for 851acff
1 file changed
.github/workflows/main.yml
@@ -9,8 +9,8 @@ jobs:
9
name: Run pre-commit hooks
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout
13
- - uses: actions/setup-python
+ - uses: actions/checkout@main
+ - uses: actions/setup-python@main
14
- run: python -m pip install --upgrade pre-commit
15
- run: pre-commit run -a
16
@@ -26,8 +26,8 @@ jobs:
26
- '3.12'
27
- '3.13'
28
29
30
31
with:
32
python-version: ${{ matrix.python-version }}
33
- run: python -m pip install --upgrade nox
0 commit comments