diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8de923b49..b97ef0d8b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: make ${{ matrix.board }} @@ -63,7 +63,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: make ${{ matrix.board }} @@ -97,7 +97,7 @@ jobs: # try and build for all devices even if one fails fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: make ${{ matrix.board }}