File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - uses : actions/checkout@v4
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v5.1.0
1818 with :
1919 python-version : " 3.x"
2020 cache : pip
Original file line number Diff line number Diff line change 4646 fi
4747
4848 - name : " Setup Python"
49- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
49+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
5050 with :
5151 python-version : 3.11
5252
@@ -89,14 +89,14 @@ jobs:
8989 ./bin/python3 -m test -uall
9090
9191 - name : " Upload the source artifacts"
92- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
92+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
9393 with :
9494 name : source
9595 path : |
9696 cpython/${{ inputs.cpython_release }}/src
9797
9898 - name : " Upload the docs artifacts"
99- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
99+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
100100 # Conditionally run this step if there is a 'docs/' directory.
101101 # Docs aren't built for alpha or beta releases.
102102 if : ${{ hashFiles(format('cpython/{0}/docs', inputs.cpython_release)) != '' }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
12- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
12+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
1313 with :
1414 python-version : 3.x
1515 - run : |
You can’t perform that action at this time.
0 commit comments