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.
2 parents 537d0d6 + aa811b8 commit ef4dc51Copy full SHA for ef4dc51
.github/workflows/main.yml
@@ -32,8 +32,8 @@ jobs:
32
toxenv: pre-commit
33
runs-on: ${{ matrix.os }}
34
steps:
35
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
36
- - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
37
with:
38
python-version: ${{ matrix.python }}
39
- run: python -mpip install --upgrade setuptools pip tox virtualenv
0 commit comments