File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - run : pipx install ruff
1414 - run : ruff check src/
1515 - run : ruff format src/
Original file line number Diff line number Diff line change 3535 mysql --version
3636 mysql -uroot -proot -e "CREATE DATABASE mysqldb_test"
3737
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939
4040 - name : Set up Python ${{ matrix.python-version }}
4141 uses : actions/setup-python@v6
7878 mysql -uroot -proot -e "CREATE USER 'scott'@'%' IDENTIFIED BY 'tiger'; GRANT ALL ON *.* TO scott;"
7979 mysql -uroot -proot -e "CREATE DATABASE django_default; CREATE DATABASE django_other;"
8080
81- - uses : actions/checkout@v6
81+ - uses : actions/checkout@v7
8282
8383 - name : Set up Python
8484 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 5656 cmake -DCMAKE_INSTALL_PREFIX=c:/mariadb-connector -DCMAKE_INSTALL_COMPONENT=Development -DCMAKE_BUILD_TYPE=Release -P cmake_install.cmake
5757
5858 - name : Checkout mysqlclient
59- uses : actions/checkout@v6
59+ uses : actions/checkout@v7
6060 with :
6161 path : mysqlclient
6262
You can’t perform that action at this time.
0 commit comments