We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6a40aa + b9ffd0c commit b8ef055Copy full SHA for b8ef055
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ${{ matrix.os }}
30
steps:
31
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
32
- - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
+ - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
33
with:
34
python-version: ${{ matrix.python }}
35
- run: python -mpip install --upgrade setuptools pip tox virtualenv
0 commit comments