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 66 spdx :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/setup-python@v2
9+ - uses : actions/setup-python@v4
1010 with :
1111 python-version : " 3.x"
1212 - name : Checkout Current Repo
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/setup-python@v2
26+ - uses : actions/setup-python@v4
2727 with :
2828 python-version : " 3.x"
2929 - uses : actions/checkout@v2
8888 runs-on : ubuntu-latest
8989 steps :
9090 - name : Set up Python 3.x
91- uses : actions/setup-python@v1
91+ uses : actions/setup-python@v4
9292 with :
9393 python-version : " 3.x"
9494 - name : Versions
Original file line number Diff line number Diff line change 24242525
2626 - name : Set up Python 3.x
27- uses : actions/setup-python@v1
27+ uses : actions/setup-python@v4
2828 with :
2929 python-version : " 3.x"
3030
You can’t perform that action at this time.
0 commit comments