File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313
1414 - name : Set up Python 3.9
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : 3.9
1818
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v3
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v4
2020 with :
2121 python-version : ' 3.x'
2222
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v3
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
7070 uses : actions/checkout@v3
7171
7272 - name : " Setup Python"
73- uses : actions/setup-python@v2
73+ uses : actions/setup-python@v4
7474 with :
7575 python-version : 3.9
7676
You can’t perform that action at this time.
0 commit comments