File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Initialize CodeQL
24
24
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 9
9
lint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : psf/black@stable
14
14
- uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change 35
35
mysql --version
36
36
mysql -uroot -proot -e "CREATE DATABASE mysqldb_test"
37
37
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
41
uses : actions/setup-python@v4
78
78
mysql -uroot -proot -e "CREATE USER 'scott'@'%' IDENTIFIED BY 'tiger'; GRANT ALL ON *.* TO scott;"
79
79
mysql -uroot -proot -e "CREATE DATABASE django_default; CREATE DATABASE django_other;"
80
80
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
83
83
- name : Set up Python
84
84
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 40
40
cmake -DCMAKE_INSTALL_PREFIX=c:/mariadb-connector -DCMAKE_INSTALL_COMPONENT=Development -DCMAKE_BUILD_TYPE=Release -P cmake_install.cmake
41
41
42
42
- name : Checkout mysqlclient
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
path : mysqlclient
46
46
You can’t perform that action at this time.
0 commit comments