Skip to content

Commit 2acdc55

Browse files
Bump actions/checkout from 6 to 7 in the all-dependencies group (#791)
1 parent 94412ad commit 2acdc55

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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/

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -78,7 +78,7 @@ 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@v6
81+
- uses: actions/checkout@v7
8282

8383
- name: Set up Python
8484
uses: actions/setup-python@v6

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)