File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
26
- - uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
26
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
27
27
with :
28
28
python-version : ${{ env.MIN_PYTHON_VERSION }}
29
29
cache : " pipenv"
Original file line number Diff line number Diff line change 28
28
major_version : ${{ steps.version.outputs.major_version }}
29
29
steps :
30
30
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31
- - uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
31
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
32
32
with :
33
33
python-version : ${{ env.PYTHON_VERSION }}
34
34
cache : " pipenv"
You can’t perform that action at this time.
0 commit comments