diff --git a/.github/workflows/buildPi.yml b/.github/workflows/buildPi.yml index 13583d4..e00a515 100644 --- a/.github/workflows/buildPi.yml +++ b/.github/workflows/buildPi.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@v2 + uses: actions/checkout@v4 with: fetch-depth: 10