File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v6
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.x'
2424
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v6
99
1010 - name : Setup Python
11- uses : actions/setup-python@v4
11+ uses : actions/setup-python@v6
1212 with :
1313 python-version : ' 3.11'
1414
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v6
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.x'
2424
Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v6
1010 - name : Set up Python
11- uses : actions/setup-python@v4
11+ uses : actions/setup-python@v6
1212 with :
1313 python-version : ' 3.11'
1414 - name : Install Ruff
Original file line number Diff line number Diff line change 3333 ${{ runner.os }}-pip-
3434
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v3
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v6
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.x'
2424
Original file line number Diff line number Diff line change 1414 fetch-depth : 2
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v6
1818
1919 - name : Install dependencies
2020 run : pip install pytest pytest-cov
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v6
2424
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v6
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.x'
2424
You can’t perform that action at this time.
0 commit comments