diff --git a/.github/workflows/verify_platform_structure.yml b/.github/workflows/verify_platform_structure.yml index aabe508..4dc3a30 100644 --- a/.github/workflows/verify_platform_structure.yml +++ b/.github/workflows/verify_platform_structure.yml @@ -3,7 +3,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: arduino/arduino-lint-action@v2 with: compliance: "strict"