diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c274375..3960357 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: os: [windows-latest] steps: - name: Get the sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0