File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 run : echo "$GITHUB_CONTEXT"
2222 - uses : actions/checkout@v3.1.0
2323 - name : Set up Python
24- uses : actions/setup-python@v2
24+ uses : actions/setup-python@v4
2525 with :
2626 python-version : " 3.7"
2727 # Allow debugging with tmate
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v3.1.0
1919 - name : Set up Python
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : " 3.7"
2323 # Allow debugging with tmate
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v3.1.0
2626 - name : Set up Python
27- uses : actions/setup-python@v2
27+ uses : actions/setup-python@v4
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 # Allow debugging with tmate
You can’t perform that action at this time.
0 commit comments