File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
4646 steps :
4747 - uses : actions/checkout@v4
4848 - name : Set up Python
49- uses : actions/setup-python@v4
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : ' 3.x'
5252 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments