File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v3
2727 - name : Setup Python
28- uses : actions/setup-python@v4.5 .0
28+ uses : actions/setup-python@v4.6 .0
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 architecture : x64
6161 steps :
6262 - uses : actions/checkout@v3
6363 - name : Setup Python
64- uses : actions/setup-python@v4.5 .0
64+ uses : actions/setup-python@v4.6 .0
6565 with :
6666 python-version : ${{ matrix.python-version }}
6767 architecture : x64
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
16- - uses : actions/setup-python@v4.5 .0
16+ - uses : actions/setup-python@v4.6 .0
1717 name : Install Python
1818 with :
1919 python-version : 3.9
4848 needs : build-artifacts
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/setup-python@v4.5 .0
51+ - uses : actions/setup-python@v4.6 .0
5252 name : Install Python
5353 with :
5454 python-version : 3.9
You can’t perform that action at this time.
0 commit comments