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 1717 uses :
tj-actions/[email protected] 1818
1919 - name : Set up Python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ' 3.7.x'
2323
Original file line number Diff line number Diff line change 1515 persist-credentials : false
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.7.x'
2121 cache : ' pip'
Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4141
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v4
43+ uses : actions/setup-python@v5
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 cache : ' pip'
You can’t perform that action at this time.
0 commit comments