We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75e77ba + af73865 commit 953aea3Copy full SHA for 953aea3
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ${{ matrix.os }}
34
steps:
35
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
36
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
+ - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
37
with:
38
python-version: ${{ matrix.python }}
39
- run: python -mpip install --upgrade setuptools pip tox virtualenv
0 commit comments