File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Initialize CodeQL
2424 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : psf/black@stable
1414 - uses : chartboost/ruff-action@v1
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@v3
38+ - uses : actions/checkout@v4
3939
4040 - name : Set up Python ${{ matrix.python-version }}
4141 uses : actions/setup-python@v4
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@v3
81+ - uses : actions/checkout@v4
8282
8383 - name : Set up Python
8484 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 4040 cmake -DCMAKE_INSTALL_PREFIX=c:/mariadb-connector -DCMAKE_INSTALL_COMPONENT=Development -DCMAKE_BUILD_TYPE=Release -P cmake_install.cmake
4141
4242 - name : Checkout mysqlclient
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444 with :
4545 path : mysqlclient
4646
You can’t perform that action at this time.
0 commit comments