diff --git a/.github/workflows/publish-executable.yml b/.github/workflows/publish-executable.yml index 93d00c4..ef44457 100644 --- a/.github/workflows/publish-executable.yml +++ b/.github/workflows/publish-executable.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 📥 Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetches all history for all tags and branches