diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 460c48fb..9fe44e9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }} steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Fetch all tags and branches run: git fetch --prune --unshallow