diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ef593b..08df980 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] steps: - name: Get the sources - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0