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 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
18+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1919 with :
2020 python-version : 3.x
2121 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
4848 runs-on : ${{ matrix.os }}
4949 steps :
5050 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
51- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
51+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5252 id : setup-python
5353 with :
5454 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515 - name : Set up Python
16- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
16+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1717 with :
1818 python-version : 3.x
1919 - name : Install labels
You can’t perform that action at this time.
0 commit comments