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@v7
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v6
34+ uses : actions/setup-python@v7
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
9090 steps :
9191 - uses : actions/checkout@v7
9292 - name : Set up Python ${{ matrix.python-version }}
93- uses : actions/setup-python@v6
93+ uses : actions/setup-python@v7
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@v7
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v6
37+ uses : actions/setup-python@v7
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v7
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v6
36+ uses : actions/setup-python@v7
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Install lint dependencies
7575 steps :
7676 - uses : actions/checkout@v7
7777 - name : Set up Python ${{ matrix.python-version }}
78- uses : actions/setup-python@v6
78+ uses : actions/setup-python@v7
7979 with :
8080 python-version : ${{ matrix.python-version }}
8181 - name : Install dependencies
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v7
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v6
37+ uses : actions/setup-python@v7
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - uses : actions/checkout@v7
104104 - name : Set up Python ${{ matrix.python-version }}
105- uses : actions/setup-python@v6
105+ uses : actions/setup-python@v7
106106 with :
107107 python-version : ${{ matrix.python-version }}
108108 - name : Install dependencies
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@v7
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v6
38+ uses : actions/setup-python@v7
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Lint for syntax errors (py_compile)
Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v7
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v6
34+ uses : actions/setup-python@v7
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments