diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 460c48fb..d112daa9 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@v5 - name: Fetch all tags and branches run: git fetch --prune --unshallow