File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 hash : ${{ steps.hash.outputs.hash }}
1111 steps :
1212 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
13+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
1414 with :
1515 python-version : ' 3.x'
1616 cache : pip
Original file line number Diff line number Diff line change 2929 - {name: Minimum Versions, python: '3.11', tox: py-min}
3030 steps :
3131 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
32+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3333 with :
3434 python-version : ${{ matrix.python }}
3535 allow-prereleases : true
4141 runs-on : ubuntu-latest
4242 steps :
4343 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
44+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
4545 with :
4646 python-version : ' 3.x'
4747 cache : pip
You can’t perform that action at this time.
0 commit comments