diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 680a761f..aed43e8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }} steps: - name: Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Fetch all tags and branches run: git fetch --prune --unshallow