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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
12+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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 @@ -35,10 +35,10 @@ jobs:
3535 mysql --version
3636 mysql -uroot -proot -e "CREATE DATABASE mysqldb_test"
3737
38- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
38+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
41+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : " pip"
@@ -78,10 +78,10 @@ jobs:
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
81+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8282
8383 - name : Set up Python
84- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
84+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
8585 with :
8686 python-version : " 3.12"
8787 cache : " pip"
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Cache Connector
1616 id : cache-connector
17- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
17+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
1818 with :
1919 path : c:/mariadb-connector
2020 key : mariadb-connector-c-${{ env.CONNECTOR_VERSION }}-win-2
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
59+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6060 with :
6161 path : mysqlclient
6262
7373 EOF
7474 cat site.cfg
7575
76- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
76+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
7777 - name : Install cibuildwheel
7878 run : python -m pip install cibuildwheel
7979 - name : Build wheels
You can’t perform that action at this time.
0 commit comments