diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53e7b67..e33067d 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 0