File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v5
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v1
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
9090 steps :
9191 - uses : actions/checkout@v5
9292 - name : Set up Python ${{ matrix.python-version }}
93- uses : actions/setup-python@v1
93+ uses : actions/setup-python@v5
9494 with :
9595 python-version : ${{ matrix.python-version }}
9696 - name : Install dependencies
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v5
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v1
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
@@ -101,7 +101,7 @@ jobs:
101101 steps :
102102 - uses : actions/checkout@v5
103103 - name : Set up Python ${{ matrix.python-version }}
104- uses : actions/setup-python@v1
104+ uses : actions/setup-python@v5
105105 with :
106106 python-version : ${{ matrix.python-version }}
107107 - name : Install dependencies
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v5
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v1
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v5
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v1
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments