diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9298561..241521b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: MVG_SIGNING_PASSPHRASE: "${{secrets.MVG_SIGNING_PASSPHRASE}}" CI: "true" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0