From a2350ed29dd68bcab27928845176a9fde25cb7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 06:52:48 +0000 Subject: [PATCH] ci: bump actions/checkout in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-and-release.yml b/.github/workflows/sync-and-release.yml index e3260d3..42172b1 100644 --- a/.github/workflows/sync-and-release.yml +++ b/.github/workflows/sync-and-release.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'PyDevices/lvgl-python' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: recursive