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