Skip to content

Commit 633bd9c

Browse files
Bump actions/checkout from 6 to 7 in the all-dependencies group
Bumps the all-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94412ad commit 633bd9c

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)