File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 - name : Set up Python ${{ matrix.python-version }}
3333 # This is the version of the action for setting up Python,
3434 # not the Python version.
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 # You can test your matrix by printing the current
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v3
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v5
1616
1717 - name : Set up Python 3.12
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.12'
2121
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python 3.12
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.12'
1818 - name : Install Ruff
You can’t perform that action at this time.
0 commit comments