File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515 - name : Set up Python
16- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
16+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
1717 with :
1818 python-version : " 3.x"
1919 - name : Run pre-commit
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131
3232 - name : " Setup Python"
33- uses : " actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 "
33+ uses : " actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c "
3434 with :
3535 python-version : " 3.x"
3636
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
25+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 cache : ' pip'
4343 steps :
4444 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4545 - name : ' Set up Python 3.9'
46- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
46+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
4747 with :
4848 python-version : ' 3.9'
4949 - name : Install dependencies
6363 steps :
6464 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6565 - name : ' Set up Python 3.9'
66- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
66+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
6767 with :
6868 python-version : ' 3.9'
6969 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments