diff --git a/.github/workflows/buildPiHeaders.yml b/.github/workflows/buildPiHeaders.yml index d5b9b2c..932e8cc 100644 --- a/.github/workflows/buildPiHeaders.yml +++ b/.github/workflows/buildPiHeaders.yml @@ -22,7 +22,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10