diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfefbc86f..44bebe72c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-python@v6 @@ -82,7 +82,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-python@v6 @@ -120,7 +120,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-python@v6 @@ -159,7 +159,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: make ${{ matrix.board }} @@ -194,7 +194,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: make ${{ matrix.board }}